[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 += " in ";
|
||||||
out += m_file;
|
out += m_file;
|
||||||
out += ":";
|
out += ":";
|
||||||
out += m_line;
|
out += etk::toString(m_line);
|
||||||
}
|
}
|
||||||
out += "}";
|
out += "}";
|
||||||
return out;
|
return out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user