aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/Source.cpp')
-rw-r--r--tools/gator/daemon/Source.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gator/daemon/Source.cpp b/tools/gator/daemon/Source.cpp
index 60cf704e599b..64d6206895b0 100644
--- a/tools/gator/daemon/Source.cpp
+++ b/tools/gator/daemon/Source.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2010-2014. All rights reserved.
+ * Copyright (C) ARM Limited 2010-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
@@ -18,7 +18,7 @@ Source::~Source() {
void Source::start() {
if (pthread_create(&mThreadID, NULL, runStatic, this)) {
- logg->logError(__FILE__, __LINE__, "Failed to create source thread");
+ logg->logError("Failed to create source thread");
handleException();
}
}