fix typo in log

This commit is contained in:
Oliver Gorwits
2018-03-02 19:47:35 +00:00
parent 6a43842ea9
commit 0229d46f86
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ register_worker({ phase => 'check' }, sub {
return Status->defer("macsuck skipped: $device is pseudo-device")
if $device->is_pseudo;
return Status->defer("arpnip skipped: $device has no layer 2 capability")
return Status->defer("macsuck skipped: $device has no layer 2 capability")
unless $device->has_layer(2);
return Status->defer("macsuck deferred: $device is not macsuckable")