aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 10:29:07 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 10:29:07 -0500
commit9c34f9d1676e7f835557e0d188d6382b49a330e0 (patch)
tree765cf1a4d38977256e027fdf488b7b086e27bc78 /src/main.c
parent4e451eff51325cb0f523391bdede2aa0dec8517a (diff)
downloadstasis-9c34f9d1676e7f835557e0d188d6382b49a330e0.tar.gz
Tell the user we are succeeding/failing to configure JFrog CLI on their behalf
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 3b27dba..efca7c0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -258,9 +258,9 @@ int main(int argc, char *argv[], char *arge[]) {
ctx.meta.python = strdup(python_override_version);
}
-
+ msg(OMC_MSG_L2, "Configuring JFrog CLI\n");
if (delivery_init_artifactory(&ctx)) {
- msg(OMC_MSG_ERROR | OMC_MSG_L1, "FAILED\n");
+ msg(OMC_MSG_ERROR | OMC_MSG_L2, "JFrog CLI configuration failed\n");
exit(1);
}