additional debug
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 6 Mar 2006 16:51:11 +0000 (16:51 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 6 Mar 2006 16:51:11 +0000 (16:51 +0000)
zypp/source/susetags/SuseTagsImpl.cc

index 805ea31abad43a34ca4516b13f7bba5020c91a5c..4453facc22e36850578bc2da8600217c4521f3bf 100644 (file)
@@ -127,7 +127,7 @@ namespace zypp
       
       bool SuseTagsImpl::cacheExists()
       {
-        MIL << "Checking if source cache exists..." << std::endl;
+        MIL << "Checking if source cache exists in "<< _cache_dir << std::endl;
         bool exists = true;
        
         bool data_exists = PathInfo(_cache_dir + "DATA").isExist();