aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbind.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-22 02:38:13 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-22 02:38:13 +0000
commitfcf490af444f26010c6ea950af9b5f4b36984ace (patch)
tree12bcf3ccea68268e422c0e0cc47da5821c39e5f8 /externals/grill/flext/source/flbind.cpp
parent8248ce3d66a19f77ffe10ded4b922cf0606f47a4 (diff)
""
svn path=/trunk/; revision=582
Diffstat (limited to 'externals/grill/flext/source/flbind.cpp')
-rw-r--r--externals/grill/flext/source/flbind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flbind.cpp b/externals/grill/flext/source/flbind.cpp
index 9f840f34..fe1846e2 100644
--- a/externals/grill/flext/source/flbind.cpp
+++ b/externals/grill/flext/source/flbind.cpp
@@ -69,7 +69,7 @@ flext_base::binditem::~binditem()
if(tag->s_thing == (t_object *)px)
const_cast<t_symbol *>(tag)->s_thing = NULL;
else
- error("%s - Binding not found",thisName());
+ error("flext - Binding to symbol %s not found",tag->s_name);
#else
# pragma warning("Not implemented")
#endif