mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-08-03 17:41:49 +00:00
make style
This commit is contained in:
@@ -81,11 +81,6 @@ log_put(const uint8_t group, const char *category, const uint8_t priority, const
|
||||
|
||||
va_list va;
|
||||
va_start(va, format);
|
||||
|
||||
// fprintf(stderr, "%s\t%s\t", log_priority_to_str(priority), category);
|
||||
// vfprintf(stderr, format, va);
|
||||
// fprintf(stderr, "\n");
|
||||
|
||||
log_put_internal("%s\t%s\t", log_priority_to_str(priority), category);
|
||||
log_vput_internal(format, va);
|
||||
log_put_internal("\n");
|
||||
|
||||
Reference in New Issue
Block a user