summaryrefslogtreecommitdiffstats
path: root/sinksh/syntax_modules
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-18 19:09:56 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-18 19:09:56 -0600
commitc917543f0e37d423186dd10ccd7b8b80beb0cd16 (patch)
tree04d0ed431830d4e1f23e68096b851f7cbb4f52f4 /sinksh/syntax_modules
parent3a7d2e81c7fdc8c2e4b9810065028f4906fc28b3 (diff)
downloadsink-c917543f0e37d423186dd10ccd7b8b80beb0cd16.tar.gz
sink-c917543f0e37d423186dd10ccd7b8b80beb0cd16.zip
Say something if things are okay
Diffstat (limited to 'sinksh/syntax_modules')
-rw-r--r--sinksh/syntax_modules/sink_inspect.cpp2
1 files changed, 2 insertions, 0 deletions
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)
110 //that no longer exist. 110 //that no longer exist.
111 if (!hash.isEmpty()) { 111 if (!hash.isEmpty()) {
112 qWarning() << "Have rids left: " << hash.size(); 112 qWarning() << "Have rids left: " << hash.size();
113 } else if (!missing) {
114 qWarning() << "Everything is in order.";
113 } 115 }
114 116
115 return false; 117 return false;