Fixed comment style.

This commit is contained in:
Hans Raaf
2014-03-15 00:27:40 +01:00
parent 8ed815943c
commit 8858ef8413
+1 -1
View File
@@ -112,7 +112,7 @@ func (s *darwinLaunchdService) Warning(format string, a ...interface{}) error {
return s.logger.Warning(fmt.Sprintf(format, a...))
}
func (s *darwinLaunchdService) Info(format string, a ...interface{}) error {
// on Darwin syslog.log defaults to loggint >= Notice (see /etc/asl.conf)
// On Darwin syslog.log defaults to loggint >= Notice (see /etc/asl.conf).
return s.logger.Notice(fmt.Sprintf(format, a...))
}