From df1b2cf4c57a8955b5a06592c9a70190432bcd62 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Tue, 8 Apr 2014 22:38:00 +0200 Subject: [PATCH] logs: do not dump file name --- error_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.20.1