Skip to content
Snippets Groups Projects
Commit 8c09d415 authored by Eric Cano's avatar Eric Cano Committed by Steven Murray
Browse files

Added missing logging of uid/gid daemon prarameters.

parent a1507509
Branches
Tags
No related merge requests found
......@@ -60,6 +60,8 @@ TapedConfiguration TapedConfiguration::createFromCtaConf(
ret.driveConfigs = Tpconfig::parseFile(ret.tpConfigPath.value());
// If we get here, the configuration file is good enough to be logged.
ret.daemonUserName.log(log);
ret.daemonGroupName.log(log);
ret.logMask.log(log);
ret.tpConfigPath.log(log);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment