Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iritb committed Jan 4, 2025
1 parent 632cfbf commit 3191adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ std::shared_ptr<ProcessTreeItem> ProcessTree::ReadProcEntry(int pid)
pinfo->format_cmdline(process->_cmdline);
process->_containeridfromhostprocess = ExtractContainerId(process->_exe, process->_cmdline);

Log::Info("ReadProcEntry: irit pid=%d _cgroupContainerId=%s _containeridfromhostprocess=%s", pid, process->_cgroupContainerId.c_str(), process->_containeridfromhostprocess.c_str());
Logger::Info("ReadProcEntry: irit pid=%d _cgroupContainerId=%s _containeridfromhostprocess=%s", pid, process->_cgroupContainerId.c_str(), process->_containeridfromhostprocess.c_str());

return process;
}
Expand Down

0 comments on commit 3191adf

Please sign in to comment.