diff options
Diffstat (limited to 'src/ctx.c')
-rw-r--r-- | src/ctx.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,6 @@ #include "stat.h" #include "trie.h" #include "xtime.h" -#include <assert.h> #include <errno.h> #include <limits.h> #include <stdio.h> @@ -38,7 +37,7 @@ const char *debug_flag_name(enum debug_flags flag) { break; } - assert(!"Unrecognized debug flag"); + bfs_bug("Unrecognized debug flag"); return "???"; } |