Changeset 583 for trunk/include/sh_trace.h
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (32 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_trace.h
r481 r583 5 5 /* This file should be included via samhain.h only. 6 6 */ 7 #ifdef SL_DEBUG 8 #define SDG_0RETU _("return.\n") 9 #define SDG_TERRO _("ERROR: file=<%s>, line=<%d>, reason=<%s>\n") 10 #define SDG_AERRO _("ERROR: file=<%s>, line=<%d>, failed_assertion=<%s>\n") 11 #define SDG_AFAIL _("FAILED: file=<%s>, line=<%d>, assertion=<%s>\n") 12 #define SDG_ENTER _("enter=<%s>\n") 13 #define SDG_RETUR _("return=<%s>.\n") 14 #define SDG_ERROR _("error=<%ld>.\n") 15 #endif 7 16 8 17 #ifdef SL_DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.