]> Some of my projects - AniAddCLI.git/commitdiff
Usability.
authorAPTX <marek321@gmail.com>
Mon, 2 Jan 2012 17:43:54 +0000 (18:43 +0100)
committerAPTX <marek321@gmail.com>
Mon, 2 Jan 2012 17:43:54 +0000 (18:43 +0100)
aniaddcli.cpp

index 9b38f93b571d07bcf0577db0bdcc385e9711c4cd..4ab61610ec517f6100cd76e859300b3d6221a0ca 100644 (file)
@@ -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);
 }