Skip to content

Commit 5693362

Browse files
committed
xrGame/xr_level_controller.cpp: format mistake fix
1 parent 10f5662 commit 5693362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/xr_level_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ _action* action_name_to_ptr(pcstr _name)
155155
return &actions[idx];
156156
++idx;
157157
}
158-
Msg("! cant find corresponding [id] for action_name", _name);
158+
Msg("! cant find corresponding [id] for '%s'", _name);
159159
return NULL;
160160
}
161161

0 commit comments

Comments
 (0)