Invalid format specifier

This commit is contained in:
Enno Rehling 2007-06-13 12:39:09 +00:00
parent 0c05d8f978
commit 4614664164
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ lc_age(struct attrib * a)
catch (luabind::error& e) {
lua_State* L = e.state();
const char* error = lua_tostring(L, -1);
log_error(("An exception occured while %b tried to call '%s': %s.\n",
log_error(("An exception occured while %s tried to call '%s': %s.\n",
buildingname(b), fname, error));
lua_pop(L, 1);
std::terminate();