summaryrefslogtreecommitdiff
path: root/src/chillmodule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/chillmodule.cc')
-rw-r--r--src/chillmodule.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chillmodule.cc b/src/chillmodule.cc
index fa6e001..5a7d575 100644
--- a/src/chillmodule.cc
+++ b/src/chillmodule.cc
@@ -771,7 +771,7 @@ static void register_globals(PyObject* m) {
PyMODINIT_FUNC
initchill(void) // pass C methods to python
{
- DEBUG_PRINT("in C, initchill() to set up C methods to be called from python\n");
+ CHILL_DEBUG_PRINT("in C, initchill() to set up C methods to be called from python\n");
PyObject* m = Py_InitModule("chill", ChillMethods);
register_globals(m);
}