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
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ int main(int argc, char *argv[]) ...@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
try try
{ {
TEST_SHOW_VERSION (argc, argv, DPPP); TEST_SHOW_VERSION (argc, argv, DPPP);
INIT_LOGGER(basename(string("DPPP"))); INIT_LOGGER("DPPP");
// Get the name of the parset file. // Get the name of the parset file.
if (argc>1 && ( if (argc>1 && (
string(argv[1])=="--help" || 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