Skip to content

Commit

Permalink
Client|Widgets: Echo commands in the log when entered
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 6, 2013
1 parent 3883891 commit fed9a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/client/src/ui/widgets/consolecommandwidget.cpp
Expand Up @@ -89,6 +89,8 @@ bool ConsoleCommandWidget::handleEvent(Event const &event)
{
String const entered = d->history.enter();

LOG_INFO(DENG2_ESC("1") "> ") << entered;

// Execute the command right away.
Con_Execute(CMDS_CONSOLE, entered.toUtf8(), false, false);

Expand Down

0 comments on commit fed9a73

Please sign in to comment.