[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Graveman-cvs] Changes to graveman/current/src/tools.c
From: |
sylvain cresto |
Subject: |
[Graveman-cvs] Changes to graveman/current/src/tools.c |
Date: |
Mon, 02 May 2005 19:18:39 -0400 |
Index: graveman/current/src/tools.c
diff -u graveman/current/src/tools.c:1.20 graveman/current/src/tools.c:1.21
--- graveman/current/src/tools.c:1.20 Thu Mar 31 22:14:12 2005
+++ graveman/current/src/tools.c Mon May 2 23:18:32 2005
@@ -332,7 +332,7 @@
if (Aabort) kill(Apid, SIGTERM);
waitpid(Apid, &Lcmdstatus, 0);
if ((WIFEXITED(Lcmdstatus) && WEXITSTATUS(Lcmdstatus)!=0) ||
(!(WIFEXITED(Lcmdstatus)))) {
- _DEB("oui une erreur\n");
+ _DEB("oui une erreur [%d]\n", Lcmdstatus);
if (Aerror && !*Aerror) {
g_set_error(Aerror, GRAVEMAN_ERROR, _ERR_UNKNOWN_ERROR, Adefmsg ?
Adefmsg : _("Operation failed"));
}
- [Graveman-cvs] Changes to graveman/current/src/tools.c,
sylvain cresto <=