diff options
-rw-r--r-- | sinksh/syntax_modules/sink_inspect.cpp | 2 |
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; |