Changeset: da8249f72211 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da8249f72211
Modified Files:
gdk/gdk_tracer.h
Branch: gdk-tracer
Log Message:
Changed format of message
diffs (20 lines):
diff --git a/gdk/gdk_tracer.h b/gdk/gdk_tracer.h
--- a/gdk/gdk_tracer.h
+++ b/gdk/gdk_tracer.h
@@ -175,7 +175,6 @@ static const char *COMPONENT_STR[] = {
* Function name is detected automatically
*
*/
-
extern LOG_LEVEL LOG_LEVELS_LIST[COMPONENTS_COUNT];
// If the LOG_LEVEL of the message is one of the following: CRITICAL, ERROR or
WARNING
@@ -187,7 +186,7 @@ extern LOG_LEVEL LOG_LEVELS_LIST[COMPONE
(LOG_LEVELS_LIST[COMP] >= LOG_LEVEL)) \
{ \
GDKtracer_log(LOG_LEVEL, \
- "[%s] %s <%s:%d> (%s - %s) %s # "MSG, \
+ "[%s] %s %s:%d %s %s %s # "MSG, \
GDKtracer_get_timestamp("%Y-%m-%d %H:%M:%S"), \
__FILENAME__, \
__FUNCTION__, \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list