typo
authorMichael Andres <ma@suse.de>
Fri, 4 Apr 2014 12:47:12 +0000 (14:47 +0200)
committerMichael Andres <ma@suse.de>
Fri, 4 Apr 2014 12:47:12 +0000 (14:47 +0200)
zypp/target/TargetImpl.cc

index ad68198..28c8552 100644 (file)
@@ -1782,7 +1782,7 @@ namespace zypp
         }
        else if ( PathInfo( Pathname::assertprefix( root_r, "/etc/products.d" ) ).isDir() )
        {
-         ERR << "baseproduct symlink is dangling or missing: " << pi << end;
+         ERR << "baseproduct symlink is dangling or missing: " << baseproduct << endl;
        }
         return ret;
       }