summaryrefslogtreecommitdiff
path: root/src/vmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmon.c')
-rw-r--r--src/vmon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vmon.c b/src/vmon.c
index 59f89ad..b8b6046 100644
--- a/src/vmon.c
+++ b/src/vmon.c
@@ -837,7 +837,6 @@ int main(int argc, const char * const *argv)
vmon_process_event(vmon);
if (got_sigint > 2 || got_sigquit > 2) {
- puts ("DONE!");
vmon->done = 1;
} else if (got_sigint == 1) {
got_sigint++;
© All Rights Reserved