mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Add common error/warning/info functions. Examine every existing call to printf/eprintf and change where necessary so that: - error is used instead of eprintf + exit 1 - warning no longer needs ~prog argument (it is added by Utils module) - any verbose output should go to stdout, not stderr - info is used to print general informational messages Also, don't indent summary of changes.