diff options
Diffstat (limited to 'lib/utils.c')
-rw-r--r-- | lib/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.c b/lib/utils.c index b5e32c3..b434bee 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -426,7 +426,7 @@ static void __init get_psched_settings(void) if (fscanf(fd, "%08x %08x %08x %08x", &ns_per_usec, &ns_per_tick, &nom, &denom) != 4) { - fprintf(stderr, "Fatal error: can not read psched settings from \"%s\". " \ + NL_DBG(1, "Fatal error: can not read psched settings from \"%s\". " \ "Try to set TICKS_PER_USEC, PROC_NET_PSCHED or PROC_ROOT " \ "environment variables\n", name); exit(1); |