logs: do not dump file name
authorOlivier Matz <zer0@droids-corp.org>
Tue, 8 Apr 2014 20:38:00 +0000 (22:38 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Tue, 6 May 2014 19:12:30 +0000 (21:12 +0200)
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