aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_template.c')
-rw-r--r--pd/src/g_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/src/g_template.c b/pd/src/g_template.c
index 1695079b..52901460 100644
--- a/pd/src/g_template.c
+++ b/pd/src/g_template.c
@@ -608,10 +608,10 @@ static void *gtemplate_new_old(t_symbol *s, int argc, t_atom *argv)
static int warned;
if (!warned)
{
- post("warning -- 'template' is obsolete; replace with 'struct'");
+ post("warning -- 'template' (%s) is obsolete; replace with 'struct'",
+ sym->s_name);
warned = 1;
}
- post("name: %s", sym->s_name);
return (gtemplate_donew(sym, argc, argv));
}