fix: use log_step for progress messages in netcup scripts (#441)

All netcup agent scripts were using log_warn (yellow) for routine
progress messages like "Installing...", "Setting up...", "Starting...".
These should use log_step (cyan) which was added specifically for
progress/status messages, reserving log_warn for actual warnings.

Agent: ux-engineer

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
A 2026-02-11 04:45:44 -08:00 committed by GitHub
parent 10a40ca574
commit d25cdd0da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 32 additions and 32 deletions

View file

@ -366,7 +366,7 @@ create_server() {
local image="ubuntu-24.04"
log_warn "Creating Netcup VPS '$name' (product: $product, datacenter: $datacenter)..."
log_step "Creating Netcup VPS '$name' (product: $product, datacenter: $datacenter)..."
# Get cloud-init userdata and build request body
local param