1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Reevaluated logging message levels

Fixes #394
This commit is contained in:
kkapsner 2019-09-05 01:07:05 +02:00
parent 14b4bd8ac6
commit 5a355284f3
5 changed files with 5 additions and 5 deletions

View file

@ -111,7 +111,7 @@
logging.message("Initialized settings by dynamic content script.");
}
else {
logging.error("Dynamic content script was too late to provide settings.");
logging.warning("Dynamic content script was too late to provide settings.");
}
}
else {