Commit 3521b636 authored by Robert Schmidt's avatar Robert Schmidt

Restore original logging format

parent 6c823168
...@@ -409,8 +409,6 @@ int32_t write_file_matlab(const char *fname, const char *vname, void *data, int ...@@ -409,8 +409,6 @@ int32_t write_file_matlab(const char *fname, const char *vname, void *data, int
// debugging macros // debugging macros
#define LOG_F LOG_I /* because LOG_F was originaly to dump a message or buffer but is also used as a regular level...., to dump use LOG_DUMPMSG */ #define LOG_F LOG_I /* because LOG_F was originaly to dump a message or buffer but is also used as a regular level...., to dump use LOG_DUMPMSG */
#define LOG_MINIMAL 1 /* 1 for minimal logging: E, W and A */
#if LOG_MINIMAL #if LOG_MINIMAL
void logMinimal(int component, int level, const char *format, ...) __attribute__((format(printf, 3, 4))); void logMinimal(int component, int level, const char *format, ...) __attribute__((format(printf, 3, 4)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment