0ba9634205
If port is None, we would try to format an empty string with %d wich fails. Fix it by using %s. Reported-by: Iain Dalton <iain.dalton@gmail.com> Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>