All pastes #373715 Raw Edit

Untitled

public text v1 · immutable
#373715 ·published 2007-02-26 23:27 UTC
rendered paste body
Index: 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;
                 }
             }