hush harmless warning, fix output
This commit is contained in:
@@ -156,7 +156,8 @@ void MemoryCardDriverThreaded_Linux::MountThreadMain()
|
|||||||
case 0: // no change. Poll again.
|
case 0: // no change. Poll again.
|
||||||
continue;
|
continue;
|
||||||
case -1:
|
case -1:
|
||||||
LOG->Warn( "Error polling" );
|
if( errno != EINTR )
|
||||||
|
LOG->Warn( "Error polling: %s", strerror(errno) );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user