script-publish.py: Don't print raw strings to the log
authorW. Trevor King <wking@tremily.us>
Sun, 13 Jan 2013 15:23:08 +0000 (10:23 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 13 Jan 2013 15:23:08 +0000 (10:23 -0500)
commitb137fa5fb39ab7ada15aaaaece081d683149ace5
treecb6982fb7e3161eb63a625b182c06adaf45493f0
parentd9ab68a540e0619a20297015b108a0f2b468b8d3
script-publish.py: Don't print raw strings to the log

Print their repr() instead, since the strings may contain funky
characters and missed control codes.
posts/script/script-publish.py