diff --git a/web/ajax/stream.php b/web/ajax/stream.php index 73b44ed17..398f81147 100644 --- a/web/ajax/stream.php +++ b/web/ajax/stream.php @@ -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 ) {