From 287e3bc0ae88b7fe8cb09561be7cf2e0a0aa4920 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 20 Jun 2012 10:29:49 -0700 Subject: [PATCH] ovs-lib: Add time stamps to Valgrind log messages. Sometimes it's easier to interpret Valgrind warnings when you can correlate them with other events. Suggested-by: James Schmidt Signed-off-by: Ben Pfaff --- utilities/ovs-lib.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in index 50a595094..f8e26091c 100644 --- a/utilities/ovs-lib.in +++ b/utilities/ovs-lib.in @@ -110,7 +110,7 @@ start_daemon () { case $wrapper in valgrind) if (valgrind --version) > /dev/null 2>&1; then - set valgrind -q --leak-check=full \ + set valgrind -q --leak-check=full --time-stamp=yes \ --log-file="$logdir/$daemon.valgrind.log.%p" "$@" else log_failure_msg "valgrind not installed, running $daemon without it" -- 2.45.2