We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d855329 commit 38222a5Copy full SHA for 38222a5
Utilities/EPNMonitoring/src/EPNstderrMonitor.cxx
@@ -220,7 +220,7 @@ namespace bpo = boost::program_options;
220
struct EPNstderrMonitor : fair::mq::Device {
221
void InitTask() override
222
{
223
- std::string path = ".";
+ std::string path = getenv("DDS_LOCATION") ? (std::string(getenv("DDS_LOCATION")) + "/") : std::string(".");
224
bool infoLogger = fConfig->GetProperty<int>("infologger");
225
bool dds = false;
226
0 commit comments