summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-22 01:43:53 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-01-22 01:43:53 -0600
commit329cc8fc536110f03d6100964d4aa9282245be5c (patch)
treea7b31c2176564512da27a1f8e9cdd5fafc21841f
parent44ababb070630d8061dc2c55eae978d36eadb006 (diff)
downloadtalos-skeleton-329cc8fc536110f03d6100964d4aa9282245be5c.tar.gz
talos-skeleton-329cc8fc536110f03d6100964d4aa9282245be5c.zip
Fix incorrect error message in reset button monitor service
-rw-r--r--rstbutton/button_reset_obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rstbutton/button_reset_obj.c b/rstbutton/button_reset_obj.c
index 731ecce..7ad8e8c 100644
--- a/rstbutton/button_reset_obj.c
+++ b/rstbutton/button_reset_obj.c
@@ -119,7 +119,7 @@ on_bus_acquired(GDBusConnection *connection,
} while(0);
if(rc != GPIO_OK)
{
- printf("ERROR PowerButton: GPIO setup (rc=%d)\n",rc);
+ printf("ERROR ResetButton: GPIO setup (rc=%d)\n",rc);
}
}
OpenPOWER on IntegriCloud