diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-06-28 21:27:10 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-28 21:54:53 +0200 |
commit | 7e26ff3c2631a232ea3bc20ed842c47cc5db7526 (patch) | |
tree | e1edcffaa20237d7eb12ab77b73f53e9a983d0ff /client/gui | |
parent | b08b80d13ff8a6822364e792391473dc53913dca (diff) | |
download | spice-7e26ff3c2631a232ea3bc20ed842c47cc5db7526.tar.gz spice-7e26ff3c2631a232ea3bc20ed842c47cc5db7526.tar.xz spice-7e26ff3c2631a232ea3bc20ed842c47cc5db7526.zip |
Replace log4cpp with custom log function
Also prints a simpler error to stderr for WARN or above so that
we print something on the commandline if something go wrong.
Diffstat (limited to 'client/gui')
-rw-r--r-- | client/gui/gui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/gui/gui.h b/client/gui/gui.h index df41efe6..d51a8c85 100644 --- a/client/gui/gui.h +++ b/client/gui/gui.h @@ -59,8 +59,8 @@ public: enum MessageType { QUESTION, INFO, - WARNINNG, - ERROR, + WARNING, + ERROR_MSG }; struct ButtonInfo { |