commit | 37db8116af1ff39702a1d8152accfd06fffc2852 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Sat Jun 12 15:01:07 2010 +0200 |
committer | Kir Kolyshkin <kir@openvz.org> | Sat Jun 12 15:12:43 2010 +0200 |
tree | 234e6f8aa8ac09e666c8c47fac1b39844074d37a | |
parent | e5c3327c888dceb61887a1be5e12bc8b961685de [diff] |
vzmigrate: fix logging Commit ea203fb5bc changed echo to printf because echo -e is not portable. Unfortunately it did it in a bad way: (1) no newline character (2) bad number of arguments to printf Revert it and go back to standard echo. But do not use -e now, fixing a few statements than relied on it by changing \t to spaces. Use $* and put it inside the doubple quotas to save these spaces. Signed-off-by: Kir Kolyshkin <kir@openvz.org>