vmware-archive / cfops

This is simply an automation that is based on the supported way to back up Pivotal Cloud Foundry
http://www.cfops.io
Apache License 2.0
35 stars 24 forks source link

Fix broken string interpolatoin in debug mode #93

Closed tomoe closed 8 years ago

tomoe commented 8 years ago

Use Debugf() instead of Debug(), which does not do interpolation.

Fixes: #92