rendered paste bodyIndex: mythmusic/mythmusic/filescanner.cpp
===================================================================
--- mythmusic/mythmusic/filescanner.cpp (revision 12879)
+++ mythmusic/mythmusic/filescanner.cpp (working copy)
@@ -121,6 +121,8 @@
update_interval = 0;
}
+ VERBOSE(VB_IMPORTANT, QString("File in path: %1").arg(filename));
+
music_files[filename] = kFileSystem;
}
}
@@ -359,6 +361,7 @@
}
else
{
+ VERBOSE(VB_IMPORTANT, QString("File not in database: %1").arg(name));
music_files[name] = kDatabase;
}
}