mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
parent
fd1aaa1997
commit
db2f1b3398
@ -138,7 +138,7 @@ void StackTrace::Print(std::ostream& fp, int ignoreFrames) const
|
|||||||
path = path.SubStr(slashp + 1);
|
path = path.SubStr(slashp + 1);
|
||||||
|
|
||||||
message = path + ": " + sym_demangled + " (" + String(sym_end);
|
message = path + ": " + sym_demangled + " (" + String(sym_end);
|
||||||
message += " (" + Utility::GetSymbolSource(m_Frames[i]);
|
message += " (" + Utility::GetSymbolSource(m_Frames[i]) + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user