Skip to content

scripting: log callDBus errors at warning level

Steve Leung requested to merge evetsso/kwin:calldbus_errors into master

If callDBus hits a problem, KWin will log a debug message saying that an error occurred, but it does not log the actual error message. This makes troubleshooting KWin scripts more difficult.

Since the call failed, log the message at warning level to make it more visible.

Merge request reports