- Moved info message to the begin of the constructor
authorMarius Tomaschewski <mt@suse.de>
Mon, 13 Mar 2006 16:17:46 +0000 (16:17 +0000)
committerMarius Tomaschewski <mt@suse.de>
Mon, 13 Mar 2006 16:17:46 +0000 (16:17 +0000)
zypp/media/MediaISO.cc

index 410ee8a..92eea72 100644 (file)
@@ -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;
     }
 
     // ---------------------------------------------------------------