[mirror] Scalable static site server for Git forges (like GitHub Pages)

Separate principals with a comma in audit log.

+1 -1
+1 -1
src/audit.go
··· 113 113 } 114 114 } 115 115 if len(items) > 0 { 116 - return strings.Join(items, ";") 116 + return strings.Join(items, ",") 117 117 } else { 118 118 return "<unknown>" 119 119 }