Skip to content

Commit

Permalink
xrGame/xr_level_controller.cpp: format mistake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Feb 17, 2018
1 parent 10f5662 commit 5693362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/xr_level_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ _action* action_name_to_ptr(pcstr _name)
return &actions[idx];
++idx;
}
Msg("! cant find corresponding [id] for action_name", _name);
Msg("! cant find corresponding [id] for '%s'", _name);
return NULL;
}

Expand Down

0 comments on commit 5693362

Please sign in to comment.