aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-08-13 03:34:06 +0000
committercorvid <corvid@lavabit.com>2009-08-13 03:34:06 +0000
commite92fc0f7026b5c061b0d7a021bf5f041721243e4 (patch)
tree994d0741b4e23484cc4a9eed6442f5b5b9e66dd9
parent7c92cfe3b027eaa9f18f9a740c7a2fbc1bf171eb (diff)
make "cell without row" less alarming
-rw-r--r--dw/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc
index 7d1edd0b..291674aa 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -283,7 +283,7 @@ void Table::addCell (Widget *widget, int colspan, int rowspan)
if (numRows == 0) {
// to prevent a crash
- MSG_WARN("Cell without row.\n");
+ MSG("addCell: cell without row.\n");
addRow (NULL);
}