mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-14 16:05:02 -05:00
CHANGES - Replace print_info with tagged printf directed to stderr. - Replace print_dry_run with tagged printf directed to stderr. - Add comment enforcing stderr-only output inside this function. - Preserve dry-run behavior by echoing path only on stdout. - Retain error handling using print_error for directory creation. - Normalize log message prefixes to [INFO] and [DRY-RUN]. - Avoid stdout pollution by routing informational messages to stderr.