I have two functions, one which produces messages like Starting initialization... and another which checks return codes and outputs \"Ok\", \
Starting initialization...
\"Ok\"
\
There's also the rather low-tech solution of counting adding spaces by hand to make your messages line up. Nothing prevents you from including a few trailing spaces in your message strings.