[DEBUG] correct the line number in execption log
This commit is contained in:
parent
18876f0162
commit
a03590d6fd
@ -71,7 +71,7 @@ etk::String etk::Exception::toString() const {
|
||||
out += " in ";
|
||||
out += m_file;
|
||||
out += ":";
|
||||
out += m_line;
|
||||
out += etk::toString(m_line);
|
||||
}
|
||||
out += "}";
|
||||
return out;
|
||||
|
Loading…
Reference in New Issue
Block a user