From c7528393cffd41a064057ef91f4ccffbc57eee27 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 14 Sep 2019 14:55:30 +0100 Subject: [PATCH] bad log line --- 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 1f7c2c18..80551787 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 push message"); + _logger.LogInformation("Notifying query"); var uids = new[] { command.PerformerProfile.PerformerId }; nrep = await _MessageSender.NotifyBookQueryAsync(uids, yaev); // TODO setup a profile choice to allow notifications