log initTarget() calls
authorKlaus Kaempf <kkaempf@suse.de>
Tue, 28 Feb 2006 17:02:25 +0000 (17:02 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Tue, 28 Feb 2006 17:02:25 +0000 (17:02 +0000)
zypp/zypp_detail/ZYppImpl.cc

index b20d8a2..a23135a 100644 (file)
@@ -126,6 +126,7 @@ namespace zypp
 
     void ZYppImpl::initTarget(const Pathname & root, bool commit_only)
     {
+      MIL << "initTarget( " << root << ", " << commit_only << ")" << endl;
       if (_target) {
        if (_target->root() == root) {
            MIL << "Repeated call to initTarget()" << endl;