You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,7 +84,7 @@ class ProgramAlfClient : public AliceO2::Common::Program
77
84
BOOST_THROW_EXCEPTION(AlfException() << ErrorInfo::Message("DIM_DNS_NODE env variable not set, and no relevant argument provided.")); // InfoLogger and errors?
78
85
}
79
86
80
-
std::string alfId = ip::host_name();
87
+
std::string alfId = mOptions.alfId; //TODO: change to hostname argument
81
88
boost::to_upper(alfId);
82
89
83
90
getLogger() << "Starting the DIM Client using ALF ID=" << alfId << ", serial=" << mOptions.serial << " and link=" << mOptions.link << endm;
@@ -100,9 +107,10 @@ class ProgramAlfClient : public AliceO2::Common::Program
0 commit comments