diff --git a/benchmark/visu_pool_local_multi.p b/benchmark/visu_pool_local_multi.p
index 43d0c13677df3f2fda854fe7aec88d7e560bef13..3b568a3e60224741342f9a1f66503b96d6f9ea68 100644
--- a/benchmark/visu_pool_local_multi.p
+++ b/benchmark/visu_pool_local_multi.p
@@ -4,7 +4,7 @@ set font "Helvetica"
 set title 'Juelich/issue6/1; jupiter; BW; rep1; diff100k; /=decl\_per\_cdo'
 set key right
 set log y
-set xlabel "decl per CDO"
+set xlabel "declarations per CDO"
 set ylabel "time (ms)"
 set style function linespoints
 plot 'pool_local_multi.dat' using 2:xtic(1) title "1 thread" with linespoints, '' using 3 title "4 threads" with linespoints, '' using 4 title "8 threads" with linespoints, '' using 5 title "12 threads" with linespoints, '' using 8 title "24 threads" with linespoints
diff --git a/maestro/cdo.c b/maestro/cdo.c
index 74282a9a0401c6e0dd7cdf74a58df3087a4a2c9e..293dd175f0d138758a28eeb88148a3112862e066 100644
--- a/maestro/cdo.c
+++ b/maestro/cdo.c
@@ -740,7 +740,7 @@ mstro_cdo_demand(mstro_cdo cdo)
     return MSTRO_INVARG;
   }
   WITH_CDO_ID_STR(idstr, &cdo->gid, {
-      DEBUG("Demanding CDO `%s' (id %s) from pool\n",
+      INFO("Demanding CDO `%s' (id %s) from pool\n",
             cdo->name, idstr);});
   
   if(! mstro_cdo_state_check(cdo, MSTRO_CDO_STATE_REQUIRED)) {