Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Huge code cleanup + implementation of the background commands. Damn thing, that was...
[simgrid.git] / tools / tesh / signal.c
index b70ce5b..a6d26b8 100644 (file)
@@ -62,5 +62,5 @@ const char* signal_name(unsigned int got, char *expected) {
     if (signals[i].number == got)
       return (signals[i].name);
 
-  return "SIG UNKNOWN";  
+  return bprintf("SIG UNKNOWN (%d)", got);
 }