Page MenuHomePhorge

Fix non-existing log method in HarbormasterManagementRestartWorkflow
ClosedPublic

Authored by aklapper on Jul 24 2024, 16:36.

Details

Summary

In HarbormasterManagementRestartWorkflow, logSkip() is called. A method with such a name has never existed in PhabricatorManagementWorkflow. Given the five available log*() methods, replace the call with logInfo() which seems most appropriate.

Test Plan

Run static code analysis which complains about Call to an undefined method HarbormasterManagementRestartWorkflow::logSkip(); read the code.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable