Skip to content

Commit 5ae7682

Browse files
committed
log current dir on verbose startup
1 parent 19e9b75 commit 5ae7682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mainReadout.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ int Readout::init(int argc, char* argv[])
476476
#else
477477
theLog.log(LogInfoDevel, "GPERFTOOLS : no");
478478
#endif
479+
theLog.log(LogInfoDevel, "Working directory: %s", std::filesystem::current_path().c_str());
479480
}
480481

481482
// report cached logs

0 commit comments

Comments
 (0)