X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Ftimeval.c;h=cca6fe6a4913e32587933aaf757030b644c3fd93;hb=7eaa9830512604ea9f18e8efb306b9bd75a8248b;hp=b95d1f42551e7c3e353aac9f5a6d3b89c7635834;hpb=5136ce492c414f377f7be9ae32b259abb9f76580;p=openvswitch diff --git a/lib/timeval.c b/lib/timeval.c index b95d1f42..cca6fe6a 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -441,9 +441,9 @@ log_poll_interval(long long int last_wakeup, const struct rusage *last_rusage) rusage.ru_nivcsw - last_rusage->ru_nivcsw); } - /* Care should be taken in the value chosen for logging. Depending - * on the configuration, syslog can write changes synchronously, - * which can cause the coverage messages to take longer to log + /* Care should be taken in the value chosen for logging. Depending + * on the configuration, syslog can write changes synchronously, + * which can cause the coverage messages to take longer to log * than the processing delay that triggered it. */ coverage_log(VLL_INFO, true); }