mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update PR
* Update PR
This commit is contained in:
parent
12ee7bd766
commit
dd8617a604
1 changed files with 2 additions and 2 deletions
|
|
@ -1458,9 +1458,9 @@ int main(string[] cliArgs) {
|
|||
}
|
||||
|
||||
if (webhookEnabled) {
|
||||
addLogEntry("Received " ~ to!string(signalCount) ~ " signal(s) from Webhook");
|
||||
addLogEntry("Received " ~ to!string(signalCount) ~ " signal(s) from Webhook handler");
|
||||
} else {
|
||||
addLogEntry("Received " ~ to!string(signalCount) ~ " signal(s) from WebSocket");
|
||||
addLogEntry("Received " ~ to!string(signalCount) ~ " signal(s) from WebSocket handler");
|
||||
}
|
||||
|
||||
// Perform online callback action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue