File: debug

package info (click to toggle)
gtg-trace 0.2-3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: ansic: 5,141; fortran: 234; makefile: 189; f90: 167; sh: 30
file content (16 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://github.com/trahay/Generic-Trace-Generator/pull/2
---
 src/C/OTF_GTGBasic1_c.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/C/OTF_GTGBasic1_c.c
+++ b/src/C/OTF_GTGBasic1_c.c
@@ -43,7 +43,7 @@ static char *filename = NULL;
 
 #define CHECK_RESULT(__func__) {				\
     if(__func__ != 1) {						\
-      fprintf(stderr, "Error while writing the OTF trace\n");	\
+      fprintf(stderr, "Error while writing the OTF trace, doing "#__func__"\n");	\
       abort();							\
     }								\
   }