commit | 5fef00517b11f837535d6549e8b5ba0835de54be | [log] [tgz] |
---|---|---|
author | Sanjay Singh Rawat <sanjay.rawat@linaro.org> | Wed Apr 17 15:02:01 2013 +0530 |
committer | Sanjay Singh Rawat <sanjay.rawat@linaro.org> | Wed Apr 17 16:06:36 2013 +0530 |
tree | fcdd25c11054de76338ef454f1c107418023ff22 | |
parent | 83b37c3c2e20fffcdf53c546b6f0e287889cd451 [diff] [blame] |
display proper error message - bug : https://bugs.launchpad.net/linaro-powerdebug/+bug/1014667 Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
diff --git a/powerdebug.c b/powerdebug.c index 098c5da..6cf3a1b 100644 --- a/powerdebug.c +++ b/powerdebug.c
@@ -247,7 +247,7 @@ } if (regulator_init()) { - printf("not enough memory to allocate regulators info\n"); + printf("failed to initialize regulator\n"); options->regulators = false; }