aboutsummaryrefslogtreecommitdiff
path: root/powerdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'powerdebug.c')
-rw-r--r--powerdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerdebug.c b/powerdebug.c
index 098c5da..6cf3a1b 100644
--- a/powerdebug.c
+++ b/powerdebug.c
@@ -247,7 +247,7 @@ int main(int argc, char **argv)
}
if (regulator_init()) {
- printf("not enough memory to allocate regulators info\n");
+ printf("failed to initialize regulator\n");
options->regulators = false;
}