Skip to content
Snippets Groups Projects
Commit ac5e9072 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed --foreground switch not honored by cta-taped.

parent bc9e93e9
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,9 @@ TapeDaemon::TapeDaemon(const cta::daemon::CommandLineParams & commandLine,
cta::server::ProcessCap& capUtils):
cta::server::Daemon(log),
m_globalConfiguration(globalConfig), m_capUtils(capUtils),
m_programName("cta-taped"), m_hostName(getHostName()) { }
m_programName("cta-taped"), m_hostName(getHostName()) {
setCommandLineHasBeenParsed(commandLine.foreground);
}
TapeDaemon::~TapeDaemon() {
google::protobuf::ShutdownProtobufLibrary();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment