* Tweak log level.

This commit is contained in:
Justin Maggard 2009-03-06 20:40:45 +00:00
parent 036b21fb00
commit 28a7d7aedb

View File

@ -696,7 +696,7 @@ ScanDirectory(const char * dir, const char * parent, enum media_types type)
if( chdir(dir) != 0 ) if( chdir(dir) != 0 )
return; return;
DPRINTF(E_WARN, L_SCANNER, "Scanning %s\n", dir); DPRINTF(parent?E_INFO:E_WARN, L_SCANNER, "Scanning %s\n", dir);
switch( type ) switch( type )
{ {
case ALL_MEDIA: case ALL_MEDIA: