From 377ecdb48ca5546100bb9dfd705c5f97ebebf01b Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 2 Jan 2012 18:43:54 +0100 Subject: [PATCH] Usability. --- aniaddcli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aniaddcli.cpp b/aniaddcli.cpp index 9b38f93..4ab6161 100644 --- a/aniaddcli.cpp +++ b/aniaddcli.cpp @@ -176,6 +176,6 @@ void AniAddCli::exit(int code) if (showNewVersionInfo) showNewVersionMessage(); if (!code) - cout << "[INFO] Done" << endl; + cout << "[INFO] Done. Logging out..." << endl; qApp->exit(code); } -- 2.52.0