]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/TocModel.cpp
reduce line noise
[features.git] / src / frontends / qt4 / TocModel.cpp
index d9adf4dcee51f6bfdab411904f1203d089b89f08..adc580bc99f4785aa26fe71221ef8284b5663491 100644 (file)
@@ -100,10 +100,8 @@ void TocModel::populate(Toc const & toc)
                toc_map_.insert( TocPair(top_level_item, iter) );
                model_map_[iter] = top_level_item;
 
-               LYXERR(Debug::GUI)
-                       << "Toc: at depth " << iter->depth()
-                       << ", added item " << to_utf8(iter->str())
-                       << endl;
+               LYXERR(Debug::GUI, "Toc: at depth " << iter->depth()
+                       << ", added item " << to_utf8(iter->str()));
 
                populate(iter, end, top_level_item);