Commit fc862254 authored by Gavriel State's avatar Gavriel State Committed by Alexandre Julliard

Change useless warning into a TRACE.

parent 618a4e91
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment