]> Some of my projects - AniAddCLI.git/commitdiff
Make finishing setting state a WIN! rather than INFO.
authorAPTX <marek321@gmail.com>
Thu, 12 Jan 2012 20:07:41 +0000 (21:07 +0100)
committerAPTX <marek321@gmail.com>
Thu, 12 Jan 2012 20:07:41 +0000 (21:07 +0100)
aniaddcli.cpp

index 4ab61610ec517f6100cd76e859300b3d6221a0ca..7536502d4c6f7d92e5706b83e4f583886985d649 100644 (file)
@@ -108,6 +108,7 @@ void AniAddCli::handleStatusUpdate(AniDBUdpClient::File::Action action, AniDBUdp
        switch (state)
        {
                case AniDBUdpClient::File::Success:
+               case AniDBUdpClient::File::Finished:
                        cout << "[WIN!] ";
                break;
                case AniDBUdpClient::File::Failure: