mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +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
1 changed files with 0 additions and 2 deletions
2
log.c
2
log.c
|
|
@ -101,8 +101,6 @@ void log_set_loglevel(unsigned int level)
|
|||
current_loglevel = DEFAULT_LOGLEVEL;
|
||||
else
|
||||
current_loglevel = level;
|
||||
|
||||
pr_msg("Loglevel set to %d\n", level);
|
||||
}
|
||||
|
||||
void print_on_level(unsigned int loglevel, const char *format, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue