Log user message to the loggin system

This commit is contained in:
Thomas Bernard 2018-11-09 12:29:21 +01:00
parent fb5fc2ca1f
commit aa9d0ac3f0
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -1472,6 +1472,7 @@ void Verbose_message(const char *caption, const char * message )
char buffer[36];
byte original_cursor_shape = Cursor_shape;
GFX2_Log(GFX2_INFO, "* USER MSG * %s : %s\n", caption, message);
Open_window(300,160,caption);