From 70ca07fbc29ff65db875bc10c35ab8a9c3a42950 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Wed, 3 Dec 2025 14:57:48 +0530 Subject: [PATCH] Fix compilation --- src/fw_images.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw_images.c b/src/fw_images.c index c88f90d..d2d1bb2 100644 --- a/src/fw_images.c +++ b/src/fw_images.c @@ -217,7 +217,7 @@ static void _exec_reboot(const void *arg1, void *arg2) BBFDM_INFO("Reboot call failed with system, trying again with reboot rpc-sys..."); dmubus_call_blocking("rpc-sys", "reboot", UBUS_ARGS{0}, 0, NULL); sleep(15); // Wait for reboot to happen - BBFDM_WARN("Reboot call failed with rpc-sys, trying again with reboot cmd ..."); + BBFDM_WARNING("Reboot call failed with rpc-sys, trying again with reboot cmd ..."); run_cmd("reboot", NULL, 0); sleep(15); // Wait for reboot BBFDM_ERR("Reboot calls failed, trying hard reboot!!!");