hush harmless warning, fix output

This commit is contained in:
Glenn Maynard
2004-05-05 20:05:09 +00:00
parent 93cfad5125
commit 3527c9dae8
@@ -156,7 +156,8 @@ void MemoryCardDriverThreaded_Linux::MountThreadMain()
case 0: // no change. Poll again.
continue;
case -1:
LOG->Warn( "Error polling" );
if( errno != EINTR )
LOG->Warn( "Error polling: %s", strerror(errno) );
continue;
}
}