X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2FPluginScript.cc;h=4e003767d494e3cf6b67444f146569c4ed4a4e1c;hb=95763429e4df1295fd4e9472af6bb8763231f557;hp=4024bc7b80fe1b310de2642fcc268d0d5bc7caf8;hpb=57f0b183ee76e8d44a406ec8308a1544cc739658;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/PluginScript.cc b/zypp/PluginScript.cc index 4024bc7..4e00376 100644 --- a/zypp/PluginScript.cc +++ b/zypp/PluginScript.cc @@ -50,12 +50,12 @@ namespace zypp { if ( _buffer.empty() ) { - _DBG("PLUGIN") << "< (empty)" << endl; + L_DBG("PLUGIN") << "< (empty)" << endl; } else { std::istringstream datas( _buffer ); - iostr::copyIndent( datas, _DBG("PLUGIN"), "< " ) << endl; + iostr::copyIndent( datas, L_DBG("PLUGIN"), "< " ) << endl; } } } @@ -72,7 +72,7 @@ namespace zypp { std::string line; while ( _prog.stderrGetline( line ) ) - _WAR("PLUGIN") << "! " << line << endl; + L_WAR("PLUGIN") << "! " << line << endl; } ExternalProgramWithStderr & _prog; }; @@ -274,7 +274,7 @@ namespace zypp if ( PLUGIN_DEBUG ) { std::istringstream datas( data ); - iostr::copyIndent( datas, _DBG("PLUGIN") ) << endl; + iostr::copyIndent( datas, L_DBG("PLUGIN") ) << endl; } // try writing the pipe....