Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
raising errors now use logging and not printf. We thus need a default log channel...
[simgrid.git] / testsuite / gras / trp_file_client.c
index 91c4b4e..f320a01 100644 (file)
@@ -11,7 +11,7 @@
 #include "gras.h"
 #include "gras/Transport/transport_interface.h"
 
-/* XBT_LOG_NEW_DEFAULT_CATEGORY(test); */
+XBT_LOG_NEW_DEFAULT_CATEGORY(test,"Logging for this test");
 
 int main(int argc,char *argv[]) {
   gras_socket_t sock;