aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flext.cpp')
-rw-r--r--externals/grill/flext/source/flext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flext.cpp b/externals/grill/flext/source/flext.cpp
index c2cd59c4..e1a11179 100644
--- a/externals/grill/flext/source/flext.cpp
+++ b/externals/grill/flext/source/flext.cpp
@@ -33,7 +33,7 @@ flext_base::flext_base():
,indesc(NULL),outdesc(NULL)
#endif
{
- LOG1("%s - flext logging is on",thisName());
+ FLEXT_LOG1("%s - flext logging is on",thisName());
t_classid clid = thisClassId();
clmethhead = ClMeths(clid);