Hongchao Deng
b3f0eeabe4
etcdctl: fix migrate in outputing client.Node to json
...
Using printf will try to parse the string and replace special
characters. In migrate code, we want to just output the raw
json string of client.Node.
For example,
Printf("%\\") => %!\(MISSING)
Print("%\\") => %\
Thus, we should use print instead.
2016-10-20 10:03:45 -07:00
..
2016-06-29 15:52:06 -07:00
2016-06-29 15:52:06 -07:00
2016-09-22 19:06:05 +05:30
2016-06-29 15:52:06 -07:00
2016-10-17 09:33:59 -07:00
2016-05-12 20:51:39 -07:00
2016-09-14 17:03:33 -07:00
2016-10-14 11:39:46 +09:00
2016-05-12 20:51:39 -07:00
2016-10-18 16:29:22 -07:00
2016-09-03 10:32:16 -07:00
2016-09-20 16:40:58 +05:30
2016-10-05 13:30:36 -07:00
2016-09-22 08:43:31 +08:00
2016-09-22 15:04:54 +05:30
2016-10-20 10:03:45 -07:00
2016-09-09 08:21:58 +09:00
2016-09-28 10:20:08 +05:30
2016-09-23 18:21:54 +05:30
2016-09-21 16:17:32 +05:30
2016-09-09 01:58:33 +05:30
2016-09-23 18:21:54 +05:30
2016-09-01 19:39:23 -07:00
2016-06-29 15:52:06 -07:00
2016-09-01 19:39:23 -07:00