From 9be852fe2c689f0464b6ec52d9d864210b0bedd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 20 Mar 2013 14:06:59 +0000 Subject: [PATCH] 4687: missing content migration... svn: r21711 --- gramps/gui/widgets/grampletpane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/widgets/grampletpane.py b/gramps/gui/widgets/grampletpane.py index 577a46aea..dbb7cfce7 100644 --- a/gramps/gui/widgets/grampletpane.py +++ b/gramps/gui/widgets/grampletpane.py @@ -717,7 +717,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):