From 2dcf398b41b198823f058182b4460f83ca217aee Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 5 Aug 2011 20:13:16 +0200 Subject: fixes, closed #361 --- pyLoadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index 14ab64908..791f642ac 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -368,7 +368,7 @@ class Cli: elif status.status == 1: check = "Offline" else: check = "Unknown" - print "%-30s: %-30s %-8s\t %s" % (url, status.name, formatSize(status.size), check) + print "%-45s %-12s\t %-15s\t %s" % (status.name, formatSize(status.size), status.plugin, check) if result.rid == -1: break -- cgit v1.2.3