Skip to content

Commit abdb59d

Browse files
committed
cosmetics
Change-Id: I19115f3053921f36606c775780b0b9fa2f9da7a6
1 parent f4f31a3 commit abdb59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpucounters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ void disableNMIWatchdog(const bool silent)
20192019
{
20202020
if (!silent)
20212021
{
2022-
std::cerr << "Disabling NMI watchdog since it consumes one hw-PMU counter. To keep NMU watchdog set environment variable "
2022+
std::cerr << " Disabling NMI watchdog since it consumes one hw-PMU counter. To keep NMU watchdog set environment variable "
20232023
<< keepNMIWatchdogEnabledEnvStr << "=1 (this reduces the core metrics set)\n";
20242024
}
20252025
writeSysFS(PCM_NMI_WATCHDOG_PATH, "0");

0 commit comments

Comments
 (0)