Skip to content

Commit d4bc7ce

Browse files
authored
fix log about computing partition id (#1825)
1 parent 3d41c1a commit d4bc7ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/include/QualityControl/runnerUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ inline std::string computePartitionName(framework::ServiceRegistryRef services,
116116
partitionName = services.get<framework::RawDeviceService>().device()->fConfig->GetProperty<std::string>("environment_id", "unspecified");
117117
ILOG(Debug, Devel) << "Got this property partitionName from RawDeviceService: '" << partitionName << "'" << ENDM;
118118
partitionName = partitionName != "unspecified" /* found it in service */ ? partitionName : fallbackPartitionName;
119-
ILOG(Info, Devel) << "Period Name returned by computePeriodName : " << partitionName << ENDM;
119+
ILOG(Info, Devel) << "Partition Name returned by computePartitionName : " << partitionName << ENDM;
120120
return partitionName;
121121
}
122122

0 commit comments

Comments
 (0)