From 38a0d10be73a93742f17577bd370a74e5defabfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 20 Mar 2013 14:04:30 +0000 Subject: [PATCH] 4687: missing content migration... svn: r21709 --- src/gui/widgets/grampletpane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widgets/grampletpane.py b/src/gui/widgets/grampletpane.py index a9ea488c3..97315f253 100644 --- a/src/gui/widgets/grampletpane.py +++ b/src/gui/widgets/grampletpane.py @@ -692,7 +692,7 @@ class GuiGramplet(object): handle) return True else: # overzealous l10n while setting the link? - logging.warning( "Unknown link type " + link_type, RuntimeWarning, 2) + logging.warning( "Unknown link type %s, %s" % (link_type, RuntimeWarning)) return False # did not handle event def set_has_data(self, value):