Skip to content
Snippets Groups Projects
Commit 512e2547 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #8820: fix broken DPPP, do not use basename

parent 9015d72d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
try
{
TEST_SHOW_VERSION (argc, argv, DPPP);
INIT_LOGGER(basename(string("DPPP")));
INIT_LOGGER("DPPP");
// Get the name of the parset file.
if (argc>1 && (
string(argv[1])=="--help" ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment