From 9288e5e37c645d39f7119186422e07b1725d1517 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Mon, 13 Mar 2006 16:17:46 +0000 Subject: [PATCH] - Moved info message to the begin of the constructor --- zypp/media/MediaISO.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zypp/media/MediaISO.cc b/zypp/media/MediaISO.cc index 410ee8a..92eea72 100644 --- a/zypp/media/MediaISO.cc +++ b/zypp/media/MediaISO.cc @@ -44,6 +44,9 @@ namespace zypp url_r.getPathName(), // urlpath below attachpoint false) // does_download { + MIL << "MediaISO::MediaISO(" << url_r << ", " + << attach_point_hint_r << ")" << std::endl; + _isofile = _url.getQueryParam("iso"); if( _isofile.empty()) { @@ -106,9 +109,6 @@ namespace zypp MediaManager manager; _parentId = manager.open(src, _url.getQueryParam("mnt")); - - MIL << "MediaISO::MediaISO(" << url_r << ", " - << attach_point_hint_r << ")" << std::endl; } // --------------------------------------------------------------- -- 2.7.4