logs: do not dump file name
[protos/xbee-avr.git] / error_config.h
index 7aad86a..6433dde 100644 (file)
@@ -1,6 +1,6 @@
-/*  
+/*
  *  Copyright Droids Corporation, Microb Technology, Eirbot (2005)
- * 
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
@@ -23,9 +23,9 @@
 #define _ERROR_CONFIG_
 
 /** enable the dump of the comment */
-#define ERROR_DUMP_TEXTLOG 
+#define ERROR_DUMP_TEXTLOG
 
 /** enable the dump of filename and line number */
-#define ERROR_DUMP_FILE_LINE
+//#define ERROR_DUMP_FILE_LINE
 
 #endif