From 0adabdc0f0a3a8d833f715082008ea8b97a6f434 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 11 Sep 2019 13:31:50 +0100 Subject: [PATCH] more explicit log message --- src/Yavsc/Controllers/Contracting/CommandController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Yavsc/Controllers/Contracting/CommandController.cs b/src/Yavsc/Controllers/Contracting/CommandController.cs index 12a97fe4..1f7c2c18 100644 --- a/src/Yavsc/Controllers/Contracting/CommandController.cs +++ b/src/Yavsc/Controllers/Contracting/CommandController.cs @@ -168,7 +168,7 @@ namespace Yavsc.Controllers { try { - _logger.LogInformation("sending message"); + _logger.LogInformation("sending push message"); var uids = new[] { command.PerformerProfile.PerformerId }; nrep = await _MessageSender.NotifyBookQueryAsync(uids, yaev); // TODO setup a profile choice to allow notifications