From: Olivier Matz Date: Tue, 8 Apr 2014 20:38:00 +0000 (+0200) Subject: logs: do not dump file name X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=commitdiff_plain;h=df1b2cf4c57a8955b5a06592c9a70190432bcd62;hp=6636a24523716a7a1380341cf349af8ce7bf7a27 logs: do not dump file name --- diff --git a/error_config.h b/error_config.h index 7aad86a..6433dde 100644 --- a/error_config.h +++ b/error_config.h @@ -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