Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declare the main log categories into their respective modules.
[simgrid.git] / src / simix / smx_synchro.c
index d09b4163f97e393cecf3e929253f20235ce94ebd..c9af7b95a845bcc320239bbcc830da0e1bdef732 100644 (file)
@@ -392,7 +392,7 @@ void SIMIX_cond_destroy(smx_cond_t cond)
 /** @brief Initialize a semaphore */
 smx_sem_t SIMIX_sem_init(unsigned int value)
 {
-  XBT_IN("(%d)",value);
+  XBT_IN("(%u)",value);
   s_smx_process_t p;
 
   smx_sem_t sem = xbt_new0(s_smx_sem_t, 1);