Skip to content

Commit

Permalink
fix2 debugx
Browse files Browse the repository at this point in the history
Signed-off-by: DaRK AnGeL <[email protected]>
  • Loading branch information
masterwishx committed Oct 11, 2024
1 parent 8a938bb commit ff208db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mge-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ static const char *eaton_input_bypass_check_range(double value)
NUT_UNUSED_VARIABLE(value);

if (bypass_voltage_str == NULL || bypass_low_str == NULL || bypass_high_str == NULL || out_nominal_str == NULL) {
upsdebugx(1, "Failed to get values: %d", __func__);
upsdebugx(1, "Failed to get values: %s", __func__);
return NULL; // Handle the error appropriately
}

Expand Down

0 comments on commit ff208db

Please sign in to comment.