diff --git a/example/example.c b/example/example.c index 6c42094..615ba36 100644 --- a/example/example.c +++ b/example/example.c @@ -39,7 +39,7 @@ int main() char sBuffer[12]; strcpy(sBuffer, "test string"); - uint16_t nLogFlags = SLOG_ERROR | SLOG_NOTAG | SLOG_NOTE; + //uint16_t nLogFlags = SLOG_ERROR | SLOG_NOTAG | SLOG_NOTE; /* Greet users */ greet();