AString logging fix 2
git-svn-id: http://mc-server.googlecode.com/svn/trunk@218 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -44,7 +44,7 @@ cEvent::cEvent(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
if( sem_unlink( c_Str ) != 0 )
|
||||
if( sem_unlink(EventName.c_str()) != 0 )
|
||||
{
|
||||
LOGWARN("ERROR: Could not unlink cEvent. (%i)", errno);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user