We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This one takes 2 seconds to fix and about 15 minutes to create the branch, pull request, and merge :) this is when GitHub looks like overkill :)
lib/Insteon/Message.pm (234): if ((ref $self->setby && $self->setby->debuglevel(1, 'insteon')) || ((!ref $self->setby) && ::debug{'insteon'})){ ::print_log("[Insteon::BaseMessage] WARN: now resending " . $self->to_string() . " after " . $self->send_attempts . " attempts."); }
I think ::debug should be $::Debug but maybe there should be something more specific with Kevin's new per-device logic.
::debug
$::Debug
The text was updated successfully, but these errors were encountered:
Grr, as the source of the bug, I will fix it.
Sorry, something went wrong.
Insteon: Fix Error in Debug Logging When Sent Message not Setby an Ob…
ea215bf
…ject Fixes hollie#345
No branches or pull requests
This one takes 2 seconds to fix and about 15 minutes to create the branch, pull request, and merge :) this is when GitHub looks like overkill :)
I think
::debug
should be$::Debug
but maybe there should be something more specific with Kevin's new per-device logic.The text was updated successfully, but these errors were encountered: