diff --git a/RTCP/Cobalt/CoInterface/src/cpu_utils.cc b/RTCP/Cobalt/CoInterface/src/cpu_utils.cc
index f9685cf12408da4df7bc90ca999d008fc9019277..baaf9728f5d15e9d6f94273af5715cc1a82a728d 100644
--- a/RTCP/Cobalt/CoInterface/src/cpu_utils.cc
+++ b/RTCP/Cobalt/CoInterface/src/cpu_utils.cc
@@ -98,7 +98,7 @@ namespace LOFAR
       for (vector<unsigned>::const_iterator i = localCores.begin(); i != localCores.end(); ++i)
         CPU_SET(*i, &maskRequested);
 
-      LOG_DEBUG_STR("[NUMA] Requested core affinity: " << cpusetToVector(maskRequested));
+      LOG_INFO_STR("[NUMA] Requested core affinity: " << cpusetToVector(maskRequested));
 
       // assign the mask and set the affinity
       if (sched_setaffinity(0, sizeof(cpu_set_t), &maskRequested) != 0)