Change useless warning into a TRACE.

oldstable
Gavriel State 2002-02-22 21:21:09 +00:00 committed by Alexandre Julliard
parent 618a4e916b
commit fc86225450
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ int SCSI_Linux_CheckDevices(void)
if (dent == NULL)
{
MESSAGE("WARNING: You don't have any /dev/sgX generic scsi devices ! \"man MAKEDEV\" !\n");
TRACE("WARNING: You don't have any /dev/sgX generic scsi devices ! \"man MAKEDEV\" !\n");
return 0;
}
return 1;