Merge commit 'v2.5.1'
[ossec-hids.git] / src / error_messages / error_messages.h
index d1e0ab7..eb1bd14 100755 (executable)
@@ -1,11 +1,11 @@
-/* @(#) $Id: error_messages.h,v 1.88 2009/06/24 17:06:25 dcid Exp $ */
+/* @(#) $Id$ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
 
@@ -48,6 +48,7 @@
 #define UNLINK_ERROR  "%s(1123): ERROR: Unable to delete file: '%s'."
 #define RENAME_ERROR  "%s(1124): ERROR: Unable to rename file: '%s'."
 #define INT_ERROR     "%s(1125): ERROR: Internal error (undefined)."
+#define OPEN_ERROR    "%s(1126): ERROR: Unable to open file '%s' reason '%s'"
 
 
 /* COMMON ERRORS */
@@ -72,6 +73,7 @@
 #define SEND_ERROR         "%s(1218): ERROR: Unable to send message to %s."
 #define RULESLOAD_ERROR        "%s(1219): ERROR: Unable to access the rules directory."
 #define RULES_ERROR        "%s(1220): ERROR: Error loading the rules: '%s'."
+#define LISTS_ERROR     "%s(1221): ERROR: Error loading the list: '%s'."
 #define QUEUE_SEND      "%s(1224): ERROR: Error sending message to queue."
 #define SIGNAL_RECV     "%s(1225): INFO: SIGNAL Received. Exit Cleaning..."
 #define XML_ERROR       "%s(1226): ERROR: Error reading XML file '%s': %s (line %d)."
 #define SERVER_UNAV     "%s: WARN: Server unavailable. Setting lock."
 #define SERVER_UP       "%s: INFO: Server responded. Releasing lock."
 
-
 /* Ossec alert messages */
 #define OS_AD_STARTED   "ossec: Ossec started."
 #define OS_AG_STARTED   "ossec: Agent started: '%s->%s'."