Skip to content

Commit

Permalink
Merge pull request #201 from krkeegan/insteon_aldb_typo
Browse files Browse the repository at this point in the history
Insteon:Simple Typo in Debug Log of ALDB_PLM
  • Loading branch information
krkeegan committed Jun 1, 2013
2 parents 1566a2e + 06f3092 commit 97bbf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Insteon/AllLinkDatabase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ sub delete_orphan_links
# a reference in the PLM's linktable does not match a scene member target
if ($group eq '01') {
#ignore manual controller link from PLM group 01 to device required for I2CS devices
main::print_log("[Insteon::ALDB_i2] DEBUG2 Ignoring orphan PLM controller(01) link to "
main::print_log("[Insteon::ALDB_PLM] DEBUG2 Ignoring orphan PLM controller(01) link to "
. $device->get_object_name() ) if $main::Debug{insteon} >= 2;
}
elsif ($audit_mode)
Expand Down

0 comments on commit 97bbf34

Please sign in to comment.