sonu.kumar 849ce56a16 Improve logging in designateclient
We should delegate (when possible) formatting to the logger in order to
perform formatting only when needed, by using:

 LOG.<level>(message, data)

instead of:

 LOG.<level>(message % data)

This change corrects some incorrect indentations in logs

Change-Id: Ida8ab2958563f0752f20490f033922a60c1c1c01
2015-11-25 16:12:55 +05:30
..
2015-09-02 15:54:08 +02:00
2015-11-25 16:12:55 +05:30
2015-09-16 12:57:07 +02:00
2015-11-25 16:12:55 +05:30