mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
log: Remove message saying the log level set
Was added for debugging. Spoils the "show" output. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
bed6c34b17
commit
092ae8c999
2
log.c
2
log.c
@ -101,8 +101,6 @@ void log_set_loglevel(unsigned int level)
|
|||||||
current_loglevel = DEFAULT_LOGLEVEL;
|
current_loglevel = DEFAULT_LOGLEVEL;
|
||||||
else
|
else
|
||||||
current_loglevel = level;
|
current_loglevel = level;
|
||||||
|
|
||||||
pr_msg("Loglevel set to %d\n", level);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_on_level(unsigned int loglevel, const char *format, ...)
|
void print_on_level(unsigned int loglevel, const char *format, ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user