diff options
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index ba60278..4a85c8b 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -22,7 +22,7 @@ } \ } \ else{ \ - printf("*** Assertion failed (%s) at line %4d in %s\n", \ + printf("*** PHDF5 Assertion failed (%s) at line %4d in %s\n", \ mesg, (int)__LINE__, __FILE__); \ nerrors++; \ H5Eprint (stdout); \ |