X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FExecutor.cc;h=0ab942b526a6c280ec22108cc5aab1fb6911aa8a;hb=a29a9ca13ed8105681968759066ed7788c818cb8;hp=b9a25460474aa56224154328d32f919f4a7548b9;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Console/Executor.cc b/senf/Utils/Console/Executor.cc index b9a2546..0ab942b 100644 --- a/senf/Utils/Console/Executor.cc +++ b/senf/Utils/Console/Executor.cc @@ -58,7 +58,7 @@ namespace { prefix_ senf::console::DirectoryNode & senf::console::Executor::cwd() const { - SENF_ASSERT( ! cwd_.empty() ); + SENF_ASSERT( ! cwd_.empty(), "Internal error: CWD history empty ?" ); while (cwd_.size()>1 && (cwd_.back().expired() || ! cwd_.back().lock()->active())) cwd_.pop_back(); return * cwd_.back().lock();