the var is remSockFile, not remSocketFile

This commit is contained in:
Isaac Connor 2014-07-24 11:05:35 -04:00
parent d6a34c0697
commit 5e262f5a67
1 changed files with 2 additions and 2 deletions

View File

@ -66,11 +66,11 @@ if ( $numSockets === false )
}
else if ( $numSockets < 0 )
{
ajaxError( "Socket closed $remSocketFile" );
ajaxError( "Socket closed $remSockFile" );
}
else if ( $numSockets == 0 )
{
ajaxError( "Timed out waiting for msg $remSocketFile" );
ajaxError( "Timed out waiting for msg $remSockFile" );
}
else if ( $numSockets > 0 )
{