gator: Version 5.21.1
[firefly-linux-kernel-4.4.55.git] / tools / gator / daemon / Source.cpp
index 60cf704e599b5f391af008e7d8969fa5a0200fba..64d6206895b0f755176a47931269885255f970a9 100644 (file)
@@ -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();
        }
 }