]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
resources.py had a bunch of print's in it.
authorIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:45:07 +0000 (11:45 -0700)
committerIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:45:07 +0000 (11:45 -0700)
commitdf69c7d2a5a9fb4c8f773ba3fcc6da5eff7e5e71
tree023668dff124a3a3c5d9f75eeb41047bbbda7983
parent2f880bc61c4ccb7751003cede3d16f7e6fb6ee7a
resources.py had a bunch of print's in it.

This patch removes all the print statements and puts in proper logging
statements.  Some of these (db tracebacks) are now logged as warnings.

Signed-off-by: Ian Main <imain@redhat.com>
heat/engine/resources.py