#82: changed error show

This commit is contained in:
Louis Rubet 2017-05-27 19:02:58 +02:00
parent f9a52927a3
commit 9842efcf20

View file

@ -341,7 +341,7 @@ public:
ret_value ret;
// show last recorded error
cerr<<s_ret_value_string[_err]<<"("<<_err<<"): "<<_err_context<<endl;
cerr<<_err_context<<": error "<<_err<<": "<<s_ret_value_string[_err]<<endl;
switch(_err)
{
case ret_internal: