374f4f Feature: tools: Use formatted output for crm_resource info messages.

4 files Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Feature: tools: Use formatted output for crm_resource info messages.
    
    Basically, anything that's being printed out for informational purposes
    should use out->info.  This won't show up in the XML format, but that's
    never existed for crm_resource in the first place.
    
    Also, errors (most things printed to stderr, uses of CMD_ERR, etc.)
    should use out->err.
    
        
file modified
+1 -1
file modified
+13 -11
file modified
+16 -16
file modified
+107 -116