From: prithiv Date: Mon, 4 Dec 2017 10:32:35 +0000 (+0000) Subject: Fix double '/' in the message X-Git-Tag: v4.0.0~49 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6fb89c844d207d9ddf3caa195298000b19ac0ac9;hp=6fb89c844d207d9ddf3caa195298000b19ac0ac9;p=osm%2FMON.git 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 ---