Index: /soft/giet_vm/applications/mjpeg/mjpeg.c
===================================================================
--- /soft/giet_vm/applications/mjpeg/mjpeg.c	(revision 739)
+++ /soft/giet_vm/applications/mjpeg/mjpeg.c	(revision 740)
@@ -153,5 +153,10 @@
                          "[MJPEG ERROR] image size doesn't fit frame buffer size");
  
-    PRINTF("\n\n[MJPEG] starts for stream %s\n", file_pathname )
+    if ( USE_DCT_COPROC )
+    { PRINTF("\n\n[MJPEG] stream %s / %d clusters / %d cores / DCT COPROC\n\n",
+           file_pathname , x_size*y_size , nprocs ) }
+    else
+    { PRINTF("\n\n[MJPEG] stream %s / %d clusters / %d cores / NO DCT COPROC\n\n",
+           file_pathname , x_size*y_size , nprocs ) }
 
     // compute nblocks_h & nblocks_w
@@ -222,7 +227,4 @@
     // start CMA channel
     giet_fbf_cma_start();
-
-    PRINTF("\n[MJPEG] main thread completes initialisation for %d cores\n",
-           x_size * y_size * nprocs )
 
     mwmr_channel_t* ptr;
