diff options
author | corvid <corvid@lavabit.com> | 2011-07-10 02:23:49 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-07-10 02:23:49 +0000 |
commit | 1c47f8754de28766c17611ca27d872585d5d0222 (patch) | |
tree | 17f963a4556722186323d74b645624a77b1e98b5 /src/uicmd.cc | |
parent | 988480437fbc89955ef4f08c283ce1f193972420 (diff) |
MSGs
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r-- | src/uicmd.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc index 5573db11..7dc047e6 100644 --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -539,7 +539,7 @@ void a_UIcmd_close_bw(void *vbw) UI *ui = BW2UI(bw); Layout *layout = (Layout*)bw->render_layout; - MSG("a_UIcmd_close_bw\n"); + _MSG("a_UIcmd_close_bw\n"); a_Bw_stop_clients(bw, BW_Root + BW_Img + BW_Force); delete(layout); if (ui->tabs()) { |