]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
* lily/slur-configuration.cc (fit_factor): oops, skip point if
[lilypond.git] / lily / context-def.cc
index d8349f4d97ad3a2fad5f9a0668bb14e82449e369..d77b075322ed0433ac17a367f4ffcde327a8f5e1 100644 (file)
@@ -308,7 +308,7 @@ Context_def::instantiate (SCM ops, Object_key const *key)
     {
       Translator *t = get_translator (scm_car (s));
       if (!t)
-       warning (_f ("can't find: `%s'", s));
+       warning (_f ("can't find: `%s'", ly_symbol2string (scm_car (s)).c_str ()));
       else
        {
          Translator *tr = t->clone ();