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