Cedric Brandily
c3e7192489
Correct LOG.debug use
...
The commit b3202c3283597de031572e0ede082237487d8110 used:
LOG.debug("...%(key1)s...", key1=value1)
which is not supported, this change ues instead:
LOG.debug("...%(key1)s...", {"key1": value1})
Change-Id: I9bd63c27ca8acf89284399fda8cd74c82906113b
2014-07-21 17:26:32 +02:00
..
2014-07-19 00:23:15 +00:00
2014-07-17 11:45:45 -07:00
2014-06-27 09:14:27 -05:00
2014-07-21 04:51:53 +00:00
2014-07-19 17:08:53 +04:00
2014-06-21 15:07:31 +08:00
2014-07-17 20:54:48 +00:00
2014-05-19 12:16:56 +02:00
2014-07-09 06:09:26 +00:00
2014-06-12 13:30:08 +00:00
2014-06-30 14:07:59 +03:00
2014-07-21 17:26:32 +02:00
2014-06-30 14:07:59 +03:00
2014-06-17 21:56:24 +02:00
2014-07-17 03:11:48 +00:00
2014-07-21 17:26:32 +02:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-24 10:35:39 +02:00
2014-06-19 12:58:01 +02:00
2014-07-17 14:56:19 +00:00
2014-06-21 15:07:31 +08:00
2014-06-24 10:35:39 +02:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00