From aab53d3b4456ac4190c6b8482998f86b5ddef9bb Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 26 Mar 2008 13:12:21 +0100 Subject: (Finally) Fixed new_version; Better log strings in plugins to differentiate them from the normal portato logs --- portato/plugins/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/plugins/notify.py') diff --git a/portato/plugins/notify.py b/portato/plugins/notify.py index ae2addd..8bb0a87 100644 --- a/portato/plugins/notify.py +++ b/portato/plugins/notify.py @@ -8,7 +8,7 @@ from portato.constants import APP_ICON, APP def notify (retcode, **kwargs): if retcode is None: - warning(_("Notify called while process is still running!")) + warning("NOTIFY :: %s", _("Notify called while process is still running!")) else: icon = APP_ICON if retcode == 0: -- cgit v1.2.3-54-g00ecf