more explicit log message

vnext
Paul Schneider 5 years ago
parent ec7cd871ed
commit 0adabdc0f0
1 changed files with 1 additions and 1 deletions

@ -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

Loading…