From c4cf31a86488b937c5457b4c64edf6069098fd2c Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 3 Nov 2009 18:05:27 +0000 Subject: [PATCH] forgot 'keyfile' argument to print --- db-config.d/01-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-config.d/01-init b/db-config.d/01-init index 05c3f37..1880c39 100644 --- a/db-config.d/01-init +++ b/db-config.d/01-init @@ -80,4 +80,4 @@ if os.path.exists(keyfile): else: if len(keys)==0: print "WARNING: default administrator does not have an ssh key" - print "and the default ssh root pub key (%s) file does not exist." + print "and the default ssh root pub key (%s) file does not exist." % keyfile -- 2.43.0