* Minor log level changes.
This commit is contained in:
parent
23c858054c
commit
036b21fb00
@ -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_INFO, L_SCANNER, "Scanning %s\n", dir);
|
DPRINTF(E_WARN, L_SCANNER, "Scanning %s\n", dir);
|
||||||
switch( type )
|
switch( type )
|
||||||
{
|
{
|
||||||
case ALL_MEDIA:
|
case ALL_MEDIA:
|
||||||
@ -753,7 +753,7 @@ ScanDirectory(const char * dir, const char * parent, enum media_types type)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINTF(E_INFO, L_SCANNER, "Scanning %s finished (%llu files)!\n", dir, fileno);
|
DPRINTF(E_WARN, L_SCANNER, "Scanning %s finished (%llu files)!\n", dir, fileno);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user