aboutsummaryrefslogtreecommitdiff
path: root/daemon/MemInfoDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/MemInfoDriver.cpp')
-rw-r--r--daemon/MemInfoDriver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/MemInfoDriver.cpp b/daemon/MemInfoDriver.cpp
index cce15c1..6818b97 100644
--- a/daemon/MemInfoDriver.cpp
+++ b/daemon/MemInfoDriver.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2013-2014. All rights reserved.
+ * Copyright (C) ARM Limited 2013-2015. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -59,7 +59,7 @@ void MemInfoDriver::read(Buffer *const buffer) {
}
if (!mBuf.read("/proc/meminfo")) {
- logg->logError(__FILE__, __LINE__, "Failed to read /proc/meminfo");
+ logg->logError("Failed to read /proc/meminfo");
handleException();
}