Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
shorten and fix message
authordegomme <augustin.degomme@unibas.ch>
Fri, 16 Mar 2018 12:09:43 +0000 (13:09 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 16 Mar 2018 12:09:43 +0000 (13:09 +0100)
src/smpi/bindings/smpi_mpi.cpp

index 4bf204a..92442a0 100644 (file)
@@ -16,7 +16,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_mpi, smpi, "Logging specific to SMPI ,(mpi)
   
 #define NOT_YET_IMPLEMENTED_NOFAIL                                                                                            \
   {                                                                                                                    \
-    XBT_WARN("Not yet implemented : %s. Please contact the SimGrid team if support is needed" "Continuing, because this call is not critical." "Hide this message by setting --log=smpi_mpi.thresh:info", __FUNCTION__);          \
+    XBT_WARN("Not yet implemented : %s. Please contact the SimGrid team if support is needed. Run with --log=smpi_mpi.thresh:error to hide", __FUNCTION__);          \
     return MPI_SUCCESS;                                                                                                \
   }