diff --git a/src/gtk/dataview.cpp b/src/gtk/dataview.cpp index 81c4971be1..d7a2512c3f 100644 --- a/src/gtk/dataview.cpp +++ b/src/gtk/dataview.cpp @@ -2913,7 +2913,7 @@ static void wxGtkTreeCellDataFunc( GtkTreeViewColumn *WXUNUSED(column), if (value.GetType() != cell->GetVariantType()) { - wxLogError("Wrong type returned from the model: " + wxLogDebug("Wrong type returned from the model: " "%s required but actual type is %s", cell->GetVariantType(), value.GetType());