console and log output improvements
[alexxy/gromacs.git] / src / gmxlib / gmx_detect_hardware.c
index ad3dd9488a4e661d0254acea985ee7a9873b6715..fe4ca975a4df59d120570293e406a9039c1308ba 100644 (file)
@@ -139,7 +139,7 @@ static void print_gpu_use_stats(FILE *fplog,
     }
     else
     {
-        sprintf(sbuf, "%d GPU%s %sselected to be used for this run: ",
+        sprintf(sbuf, "%d GPU%s %sselected for this run: ",
                 ngpu, (ngpu > 1) ? "s" : "",
                 gpu_info->bUserSet ? "user-" : "auto-");
         for (i = 0; i < ngpu; i++)