e983e62 debug: assure NULLSTR() around all %s args in debug at top of public APIs

Authored and Committed by Laine Stump 9 years ago
    debug: assure NULLSTR() around all %s args in debug at top of public APIs
    
    There are also a couple that were very uninformatively just logging
    the value of the pointer rather than the string itself:
    
    * the "name" arg to virNodeDeviceLookupByName()
    * wwnn and wwpn args to virNodeDeviceLookupSCSIHostByWWN()
    
    All char*'s that make sense should now have their contents logged
    rather than the pointer, and all %s args should now be inside
    NULLSTR().
    
        
file modified
+19 -19
file modified
+3 -3
file modified
+3 -3
file modified
+3 -3
file modified
+5 -5
file modified
+3 -3
file modified
+2 -2
file modified
+8 -8