Browse Source

fix message

Samuel Thibault 12 years ago
parent
commit
ffcbe047f6
1 changed files with 1 additions and 1 deletions
  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);
 	}