Skip to content
Snippets Groups Projects
Commit 08005456 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed core dump

parent 50f73006
Branches
Tags
No related merge requests found
......@@ -494,7 +494,7 @@ int dlf_writepm(Cuuid_t reqid,
struct timeval tv;
gettimeofday(&tv, NULL);
// and call actual logging method
return dlf_writept(reqid, priority, msg, ns, numparams, params, &tv, 0, getpid());
return dlf_writept(reqid, priority, msg, ns, numparams, params, &tv, progname, getpid());
}
/*---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment