From 4b1a4f8f1699dad1802fb590cd159b4150c19d69 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 1 Jun 2020 11:27:57 -0700 Subject: [PATCH] composer-cli: Add osbuild-composer to connection failure message --- src/bin/composer-cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/composer-cli b/src/bin/composer-cli index 23171ee9..4897f7fd 100755 --- a/src/bin/composer-cli +++ b/src/bin/composer-cli @@ -82,8 +82,8 @@ if __name__ == '__main__': # Check to see if the socket exists and can be accessed if not os.access(opts.socket, os.R_OK|os.W_OK): - errors.append("Cannot access '%s'. Is lorax-composer running and " - "this user allowed to access it?" % opts.socket) + errors.append("Cannot access '%s'. Is a WELDR API server (lorax-composer or " + "osbuild-composer) running, and is this user allowed to access it?" % opts.socket) # No point in continuing if there are errors if errors: