diff --git a/src/interactive.cpp b/src/interactive.cpp index 1bbd3d186..de5ab66d2 100644 --- a/src/interactive.cpp +++ b/src/interactive.cpp @@ -146,6 +146,7 @@ int Context::getWidth () else debug ("Context::getWidth: ncurses available but disabled."); #else + std::stringstream out; out << "Context::getWidth: no ncurses, using width of " << width << " characters"; debug (out.str ()); #endif