From 86a9241c970066b32127b1cca4d333e350df1977 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 19 Apr 2017 14:32:13 +0200 Subject: [PATCH] Make warning message a little more severe. This warning should not happen any more. --- src/ui/gui/psppire-data-editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/gui/psppire-data-editor.c b/src/ui/gui/psppire-data-editor.c index 797db1f97d..d977686851 100644 --- a/src/ui/gui/psppire-data-editor.c +++ b/src/ui/gui/psppire-data-editor.c @@ -389,7 +389,8 @@ change_var_property (PsppireDict *dict, gint col, gint row, const GValue *value) var_set_role (var, g_value_get_int (value)); break; default: - g_message ("Changing col %d of var sheet not yet supported", col); + g_warning ("Changing unknown column %d of variable sheet column not supported", + col); break; } } -- 2.30.2