This commit is contained in:
Greg Oliver 2019-02-19 09:15:19 +00:00
Родитель 89f8f9fcb5
Коммит c0e9cb9b85
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -16,7 +16,6 @@ namespace nsgFunc
[Table("checkpoints", Connection = "AzureWebJobsStorage")] CloudTable checkpointTable,
Binder nsgDataBlobBinder,
string subId, string resourceGroup, string nsgName, string blobYear, string blobMonth, string blobDay, string blobHour, string blobMinute, string mac,
ExecutionContext context,
ILogger log)
{
string nsgSourceDataAccount = Util.GetEnvironmentVariable("nsgSourceDataAccount");
@ -76,7 +75,7 @@ namespace nsgFunc
}
//log.LogDebug(nsgMessagesString);
log.LogInformation($"Sending {nsgMessagesString.Length} bytes downstream, operation_id = {context}.");
log.LogInformation($"Sending {nsgMessagesString.Length} bytes downstream.");
try
{