Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
ffcbe047f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/starpu_spinlock.c

+ 1 - 1
src/common/starpu_spinlock.c

@@ -82,7 +82,7 @@ int _starpu_spin_lock(struct _starpu_spinlock *lock)
 		static int warned;
 		if (!warned) {
 			warned = 1;
-			_STARPU_DISP("Warning: making simgrid spin for spinlock");
+			_STARPU_DISP("Warning: making simgrid spin for spinlock\n");
 		}
 		MSG_process_sleep(0.000001);
 	}