Code review comment for lp:~chipaca/ubuntu-push/service

Revision history for this message
Samuele Pedroni (pedronis) wrote :

any particular reason for this check/style:

222 + }
223 + if svc.Log == nil {
224 + return NotConfigured
225 + }

instead of having a NewService?

not against, mostly wondering about consistency

« Back to merge proposal