diff options
Diffstat (limited to 'src/part/scan.cpp')
-rw-r--r-- | src/part/scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/scan.cpp b/src/part/scan.cpp index 4dfbb5d..77a0cef 100644 --- a/src/part/scan.cpp +++ b/src/part/scan.cpp @@ -122,7 +122,7 @@ namespace Filelight else { //something went wrong, we couldn't find the directory we were expecting - error() << "Didn't tqfind " << path << " in the cache!\n"; + error() << "Didn't find " << path << " in the cache!\n"; delete it.remove(); //safest to get rid of it break; //do a full scan } |