change in formatting of the error message

This commit is contained in:
2026-02-04 13:40:15 +01:00
parent 1853d3f8d9
commit 1407fb9d8e

View File

@@ -109,8 +109,8 @@ void laerror2(const char *s1, const char *s2)
std::cerr.flush();
if(s1)
{
std::cerr <<"LA:ERROR - "<< s2 << ": " << s1 << "\n";
std::cout <<"LA:ERROR - "<< s2 << ": " << s1 << "\n";
std::cerr <<"LA:ERROR - "<< s1 << "\nCalled from " << s2 << "\n";
std::cout <<"LA:ERROR - "<< s1 << "\nCalled from " << s2 << "\n";
}
else
{