summaryrefslogtreecommitdiffstats
path: root/sinksh/syntax_modules/sink_trace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sinksh/syntax_modules/sink_trace.cpp')
-rw-r--r--sinksh/syntax_modules/sink_trace.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sinksh/syntax_modules/sink_trace.cpp b/sinksh/syntax_modules/sink_trace.cpp
index 8bd52a0..ed5e2d8 100644
--- a/sinksh/syntax_modules/sink_trace.cpp
+++ b/sinksh/syntax_modules/sink_trace.cpp
@@ -38,6 +38,7 @@ namespace SinkTrace
38 38
39bool traceOff(const QStringList &args, State &state) 39bool traceOff(const QStringList &args, State &state)
40{ 40{
41 Sink::Log::setDebugOutputFilter(Sink::Log::Area, QByteArrayList());
41 Sink::Log::setDebugOutputLevel(Sink::Log::Log); 42 Sink::Log::setDebugOutputLevel(Sink::Log::Log);
42 std::cout << "Turned trace off." << std::endl; 43 std::cout << "Turned trace off." << std::endl;
43 return true; 44 return true;