diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dmierror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dmierror.c b/src/dmierror.c index 7e13a93..d64b4b9 100644 --- a/src/dmierror.c +++ b/src/dmierror.c @@ -29,13 +29,13 @@ * @author David Sommerseth <davids@redhat.com> */ -// #include <Python.h> +#include <Python.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> -#define PRINT_ERRORS 1 +// #define PRINT_ERRORS // Enable for copy of error messages to stderr /** * A more flexible function for setting error messages. This function |