Skip to content

Commit

Permalink
Enable LIBSPEECHD_DEBUG to debug merge request
Browse files Browse the repository at this point in the history
  • Loading branch information
nteodosio committed Sep 26, 2022
1 parent a90a37d commit a63a5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/c/libspeechd.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include "libspeechd.h"

/* Comment/uncomment to switch debugging on/off */
// #define LIBSPEECHD_DEBUG 1
#define LIBSPEECHD_DEBUG 1

/* Unless there is an fatal error, it doesn't print anything */
#define SPD_FATAL(msg) { printf("Fatal error (libspeechd) [%s:%d]:"msg, __FILE__, __LINE__); fflush(stdout); exit(EXIT_FAILURE); }
Expand Down

0 comments on commit a63a5f7

Please sign in to comment.