aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-09-11 01:47:18 +0000
committerRob Austein <sra@hactrn.net>2013-09-11 01:47:18 +0000
commitd8cb2de180a09a05028bac35827743d74093d1df (patch)
tree87c454290072b776dc2f825b6bef82a62fbcc169 /rpkid
parent7b41abe9e48317e46fe2e25c9573a21862dc9ad5 (diff)
Fix outdated error message.
svn path=/trunk/; revision=5491
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/rpki/rpkic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/rpkic.py b/rpkid/rpki/rpkic.py
index bcc0235a..0423d408 100644
--- a/rpkid/rpki/rpkic.py
+++ b/rpkid/rpki/rpkic.py
@@ -264,7 +264,7 @@ class main(Cmd):
try:
self.zoo.synchronize_bpki()
except Exception, e:
- print "Couldn't push updated BSCs into rpkid: %s" % e
+ print "Couldn't push updated BPKI material into daemons: %s" % e
def do_configure_child(self, arg):