[gnome-keysign: 11/16] send: use comma separeted files with log



commit 497b24043a581fbca4371d2a03454b63a9406f23
Author: RyuzakiKK <aasonykk gmail com>
Date:   Sun Apr 14 10:54:40 2019 +0200

    send: use comma separeted files with log

 keysign/send.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/keysign/send.py b/keysign/send.py
index e97c396..9392e50 100644
--- a/keysign/send.py
+++ b/keysign/send.py
@@ -125,7 +125,7 @@ class SendApp:
 
         filename = unquote(filename)
         filename = filename[7:].strip('\r\n\x00')  # remove file://, \r\n and NULL
-        log.info("Received file: %s" % filename)
+        log.info("Received file: %s", filename)
         signatures = get_attachments(filename)
         if not signatures:
             with open(filename, "rb") as si:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]