From b2ad8f785e801a35cadf254d827f56d648be510c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 22 Dec 2016 18:22:39 +0100 Subject: Introduced Log::Context To have hierarchical debug output we have to pass around something at run-time, there is no reasonable alternative. Log::Context provides the identifier to do just that and largely replaces the debug component idea. --- sinksh/syntax_modules/sink_list.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sinksh') diff --git a/sinksh/syntax_modules/sink_list.cpp b/sinksh/syntax_modules/sink_list.cpp index 1e15dd3..dd1498f 100644 --- a/sinksh/syntax_modules/sink_list.cpp +++ b/sinksh/syntax_modules/sink_list.cpp @@ -80,6 +80,7 @@ bool list(const QStringList &args_, State &state) } Sink::Query query; + query.setId("list"); if (options.options.contains("resource")) { query.resourceFilter(baIfAvailable(options.options.value("resource"))); -- cgit v1.2.3