From: Bernhard Tittelbach Date: Fri, 6 Sep 2013 21:19:58 +0000 (+0000) Subject: --typo X-Git-Url: https://git.realraum.at/?p=svn42.git;a=commitdiff_plain;h=7a1d5c204fd7670740daa7fad05958a1266cb50a --typo --- diff --git a/r3-netstatus/main.go b/r3-netstatus/main.go index 7016404..8e6610d 100644 --- a/r3-netstatus/main.go +++ b/r3-netstatus/main.go @@ -46,7 +46,7 @@ func composeMessage(present, locked, shut bool, who string, ts int64) string { IfThenElseStr(present, "Somebody is present!" , "Everybody left."), IfThenElseStr(locked, "locked","unlocked"), IfThenElseStr(shut, "shut","ajar"), - IfThenElseStr(who == "","", " by" + who), + IfThenElseStr(who == "","", " by " + who), time.Unix(ts,0).String()) }