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
LOGF(info, "Event selection autoconfiguring from metadata. Availability of info for Run 2/3 is %i", hasRunInfo);
190
190
if (!hasRunInfo) {
191
-
LOGF(info, "Metadata info missing or incomplete. Make sure --aod-file is provided at the end of the last workflow and that the AO2D has metadata stored.");
192
-
LOGF(info, "Initializing with Run 3 data as default. Please note you will not be able to change settings manually.");
193
-
LOGF(info, "You should instead make sure the metadata is read in correctly.");
191
+
LOGF(warn, "Metadata info missing or incomplete. Make sure --aod-file is provided at the end of the last workflow and that the AO2D has metadata stored.");
192
+
LOGF(warn, "Initializing with Run 3 data as default. Please note you will not be able to change settings manually.");
193
+
LOGF(warn, "You should instead make sure the metadata is read in correctly.");
0 commit comments