Page 1 of 1

sugestion for simple change in rombot loging

Posted: Mon Jul 13, 2015 7:48 am
by beanybabe
I run into problem that game crashes and when I go to restart wondering which character to start. I got to looking at the log in terminal window and it would be handy if the character name was posted before error message.

2015-07-13 03:21:27 "char-name" - ...scripts/rom/-old2:421:some error . . . . .

Re: sugestion for simple change in rombot loging

Posted: Mon Jul 13, 2015 8:30 am
by rock5
Yeah I agree, it would. I don't think it would be difficult to add to the error event.

I just had a look. I can't add the name in the middle of the error message but I can add it on the previous line. eg.

Code: Select all

The game client did not crash.
Character: char-name
2015-07-13 03:21:27 ...scripts/rom/-old2:421:some error . . . . .