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-11-25 16:12:55 +05:30
2015-05-07 17:23:09 +02:00
2015-05-07 17:23:09 +02:00
2015-08-11 18:36:56 +02:00
2015-05-07 17:23:09 +02:00
2015-05-07 17:23:09 +02:00
2015-07-23 14:02:48 +09:00
2015-05-07 17:23:09 +02:00
2015-10-16 13:04:17 +02:00
2015-08-11 10:12:25 +02:00
2015-09-24 12:26:59 +00:00