You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
232 B

  1. --- a/client/log_msg.h
  2. +++ b/client/log_msg.h
  3. @@ -29,7 +29,7 @@
  4. #ifndef LOG_MSG_H
  5. #define LOG_MSG_H
  6. -enum
  7. +static enum
  8. {
  9. LOG_FIRST_VERBOSITY = 0,
  10. LOG_VERBOSITY_ERROR = 0, /*!< Constant to define a ERROR message */