socket, emit the qualifier and its current value in the plain text
output as well as in the XML. (Ashley Pittman).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4275
VG_(getpid)(), VG_(getppid)() );
for (i = 0; i < VG_(client_argc); i++)
VG_(message)(Vg_UserMsg, " %s", VG_(client_argv)[i]);
+ if (VG_(clo_log_file_qualifier)) {
+ HChar* val = VG_(getenv)(VG_(clo_log_file_qualifier));
+ VG_(message)(Vg_UserMsg, "");
+ VG_(message)(Vg_UserMsg, "Log file qualifier: var %s, value %s.",
+ VG_(clo_log_file_qualifier),
+ val ? val : "");
+ }
}
else
if (VG_(clo_xml)) {