missing NL in logline
authorMichael Andres <ma@suse.de>
Tue, 4 Mar 2008 11:56:38 +0000 (11:56 +0000)
committerMichael Andres <ma@suse.de>
Tue, 4 Mar 2008 11:56:38 +0000 (11:56 +0000)
zypp/PathInfo.cc

index ff9db28..3b30186 100644 (file)
@@ -351,7 +351,7 @@ namespace zypp
           }
           else
           {
-            MIL << "mkdir " << path << ' ' << str::octstring( mode );
+            MIL << "mkdir " << path << ' ' << str::octstring( mode ) << endl;
           }
           lastpos = pos+1;
         }