From 6224da7a5810ef8a9309bc0fd919759e832edcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 27 Jan 2009 16:01:36 +0100 Subject: Fix and use the features of previous revision --- portato/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/session.py') diff --git a/portato/session.py b/portato/session.py index ddad438..440d4bf 100644 --- a/portato/session.py +++ b/portato/session.py @@ -52,7 +52,7 @@ class Session (object): if not os.path.exists(file): for o in oldfiles: if os.path.exists(o): - debug("Moving old session file '%s' to '%s'.") + debug("Moving old session file '%s' to '%s'." % (o, file)) os.rename(o,file) break -- cgit v1.2.3