Files
containerd/cmd/ctr
Zhang Wei 14fe2d5f20 Add newline char to avoid mix of logs
Add a '\n' after "unpacking xxx..." to avoid mix of logs such as:

```
unpacking sha256:a7776895af32e34b1fef997e26c79fa988b40c5cf2a3fb48dc22e0584b648d82...DEBU[0005]
Extraction not needed, layer snapshot exists
DEBU[0005] Extraction not needed, layer snapshot exists
DEBU[0005] Extraction not needed, layer snapshot exists
DEBU[0005] Extraction not needed, layer snapshot exists
DEBU[0005] Extraction not needed, layer snapshot exists
DEBU[0005] Extraction not needed, layer snapshot exists
done
```

After this commit:

```
unpacking sha256:a7776895af32e34b1fef997e26c79fa988b40c5cf2a3fb48dc22e0584b648d82...
DEBU[0008] Extraction not needed, layer snapshot exists
DEBU[0008] Extraction not needed, layer snapshot exists
DEBU[0008] Extraction not needed, layer snapshot exists
DEBU[0008] Extraction not needed, layer snapshot exists
DEBU[0008] Extraction not needed, layer snapshot exists
DEBU[0008] Extraction not needed, layer snapshot exists
done
```

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2017-08-20 21:03:18 +08:00
..
2017-08-09 14:32:28 -07:00
2017-07-31 12:53:18 -07:00
2017-08-03 09:35:52 +00:00
2017-07-13 14:36:13 -07:00
2017-04-07 09:20:44 -07:00
2017-08-07 14:45:21 -04:00
2017-08-20 21:03:18 +08:00
2017-08-09 14:32:28 -07:00
2017-08-10 11:38:36 -04:00
2017-08-10 11:38:36 -04:00
2017-08-07 12:40:21 -07:00
2017-08-16 08:40:11 +00:00
2017-08-03 08:27:15 -07:00
2017-06-06 14:53:50 -07:00