Problem: four log messages in `oauth.lua` lacked the `self.name` backend prefix, producing generic notifications instead of identifying which backend (`gcal`/`gtasks`) triggered the message. Solution: prepend `self.name .. ': '` to the four unprefixed messages and drop the hardcoded "Google" from the browser prompt since `self.name` already identifies the service. |
||
|---|---|---|
| .. | ||
| gcal.lua | ||
| gtasks.lua | ||
| oauth.lua | ||
| s3.lua | ||
| util.lua | ||