print correct socket file for eeze_scanner when file already exists

SVN revision: 73553
This commit is contained in:
Mike Blumenkrantz 2012-07-11 08:42:04 +00:00
parent 8fa585b3ae
commit 96cf95a174
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ main(void)
snprintf(buf2, sizeof(buf), "%s/.ecore_service|eeze_scanner|0", tmp);
if (!stat(buf2, &st))
{
ERR("Socket file '%s' for scanner already exists! Refusing to start up!", buf);
ERR("Socket file '%s' for scanner already exists! Refusing to start up!", buf2);
exit(1);
}
eet_setup();