From bbb403d76f75fe738cba9662acd37e2ae92447d8 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Tue, 28 Feb 2006 17:02:25 +0000 Subject: [PATCH] log initTarget() calls --- zypp/zypp_detail/ZYppImpl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/zypp/zypp_detail/ZYppImpl.cc b/zypp/zypp_detail/ZYppImpl.cc index b20d8a2..a23135a 100644 --- a/zypp/zypp_detail/ZYppImpl.cc +++ b/zypp/zypp_detail/ZYppImpl.cc @@ -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; -- 2.7.4