summaryrefslogtreecommitdiffstats
path: root/layman/db.py
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-01-16 22:50:08 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-02-11 02:49:14 -0800
commitd7510f1f7ee5c5bec7bdba68a310c1ce17444821 (patch)
tree3f0b7ef2ae9388b7700a363bceccf1e2c21841c2 /layman/db.py
parent3ae0e5c0768081314183e66f589b57a13f271af5 (diff)
downloadlayman-d7510f1f7ee5c5bec7bdba68a310c1ce17444821.tar.gz
layman-d7510f1f7ee5c5bec7bdba68a310c1ce17444821.tar.bz2
layman-d7510f1f7ee5c5bec7bdba68a310c1ce17444821.zip
add a linefeed to the hint message for better output separation
Diffstat (limited to 'layman/db.py')
-rw-r--r--layman/db.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/layman/db.py b/layman/db.py
index f827292..01dc454 100644
--- a/layman/db.py
+++ b/layman/db.py
@@ -58,7 +58,7 @@ class DB(DbBase):
DbBase.__init__(self,
[config['local_list'], ],
config,
- ignore,
+ ignore,
quiet)
self.output.debug('DB handler initiated', 6)
@@ -282,7 +282,7 @@ class RemoteDB(DbBase):
self.output.warn('You do not have permission to update the cache (%s).' % mpath)
import getpass
if getpass.getuser() != 'root':
- self.output.warn('Hint: You are not root.')
+ self.output.warn('Hint: You are not root.\n')
continue
try: