Merge commit 'v2.5.1'
[ossec-hids.git] / src / analysisd / decoders / decode-xml.c
index bbb5e13..6840ec8 100755 (executable)
@@ -1,11 +1,11 @@
-/* @(#) $Id: decode-xml.c,v 1.47 2009/06/24 17:06:23 dcid Exp $ */
+/* @(#) $Id$ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights 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.
  *
  * License details at the LICENSE file included with OSSEC or 
@@ -195,6 +195,7 @@ int ReadDecodeAttrs(char **names, char **values)
 int ReadDecodeXML(char *file)
 {
     
+    debug1("ReadDecoderXML File = %s", file);
     OS_XML xml;
     XML_NODE node = NULL;