uniqush / uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
http://uniqush.org
Apache License 2.0
1.54k stars 201 forks source link

Fix logging subscriber name and returning it in the API result #180

Closed TysonAndre closed 7 years ago

TysonAndre commented 7 years ago

Noticed missing subscriber in logs.

Code has a logic error, if res.Destination was null, the subscriber wouldn't be set.

This makes it easier to look up errors affecting a user

May be able to log delivery point as well, later.