gator: Version 5.19
[firefly-linux-kernel-4.4.55.git] / tools / gator / daemon / StreamlineSetup.cpp
index caa665e67193a9f88f378c290ce9b74d3aad3f91..2b61eaeb290d620888c46a2d5db14be0a801ebd2 100644 (file)
@@ -266,7 +266,7 @@ void StreamlineSetup::writeConfiguration(char* xml) {
        { ConfigurationXML configuration; }
 
        if (gSessionData->mCounterOverflow > 0) {
-               logg->logError(__FILE__, __LINE__, "Only %i performance counters counters are permitted, %i are selected", MAX_PERFORMANCE_COUNTERS, gSessionData->mCounterOverflow);
+               logg->logError(__FILE__, __LINE__, "Only %i performance counters are permitted, %i are selected", MAX_PERFORMANCE_COUNTERS, gSessionData->mCounterOverflow);
                handleException();
        }
 }