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

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

        state := uint32(Disconnected)
        levels, err := levelmap.NewLevelMap()
        if err != nil {
                return nil, err
        }

the error path there is not covered fwiw

« Back to merge proposal