| commit | 6fb89c844d207d9ddf3caa195298000b19ac0ac9 | [log] [tgz] |
|---|---|---|
| author | prithiv <prithiv.mohan@intel.com> | Mon Dec 04 10:32:35 2017 +0000 |
| committer | prithiv <prithiv.mohan@intel.com> | Wed Dec 06 14:00:44 2017 +0200 |
| tree | 93a1613325844dc16184b28996dfa39fba183ccd | |
| parent | 43d40c9b0bb2ce102df56f066774f65e0c4bc411 [diff] |
Fix double '/' in the message The usage of ascii encode sometimes appends an extra "/" or an additional space. This patch replaces ascii encoding with string encoding. Signed-off-by: prithiv <prithiv.mohan@intel.com>