more explicit log message

This commit is contained in:
2019-09-11 13:31:50 +01:00
parent ec7cd871ed
commit 0adabdc0f0

View File

@ -168,7 +168,7 @@ namespace Yavsc.Controllers
{ {
try try
{ {
_logger.LogInformation("sending message"); _logger.LogInformation("sending push message");
var uids = new[] { command.PerformerProfile.PerformerId }; var uids = new[] { command.PerformerProfile.PerformerId };
nrep = await _MessageSender.NotifyBookQueryAsync(uids, yaev); nrep = await _MessageSender.NotifyBookQueryAsync(uids, yaev);
// TODO setup a profile choice to allow notifications // TODO setup a profile choice to allow notifications