From c917543f0e37d423186dd10ccd7b8b80beb0cd16 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 18 Aug 2017 19:09:56 -0600 Subject: Say something if things are okay --- sinksh/syntax_modules/sink_inspect.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sinksh/syntax_modules/sink_inspect.cpp') diff --git a/sinksh/syntax_modules/sink_inspect.cpp b/sinksh/syntax_modules/sink_inspect.cpp index 9cc3b23..da62250 100644 --- a/sinksh/syntax_modules/sink_inspect.cpp +++ b/sinksh/syntax_modules/sink_inspect.cpp @@ -110,6 +110,8 @@ bool inspect(const QStringList &args, State &state) //that no longer exist. if (!hash.isEmpty()) { qWarning() << "Have rids left: " << hash.size(); + } else if (!missing) { + qWarning() << "Everything is in order."; } return false; -- cgit v1.2.3