forked from github/server
convert warning to debug output
This commit is contained in:
parent
025a04a5e9
commit
2c9c4c23f0
|
@ -3014,7 +3014,7 @@ int cast_spell(struct castorder *co)
|
||||||
|
|
||||||
fun = get_spellcast(sp->sname);
|
fun = get_spellcast(sp->sname);
|
||||||
if (!fun) {
|
if (!fun) {
|
||||||
log_warning("no spell function for %s, try callback", sp->sname);
|
log_debug("no spell function for %s, try callback", sp->sname);
|
||||||
return callbacks.cast_spell(co, fname);
|
return callbacks.cast_spell(co, fname);
|
||||||
}
|
}
|
||||||
return fun(co);
|
return fun(co);
|
||||||
|
|
Loading…
Reference in New Issue