diff options
Diffstat (limited to 'converter/other/fiasco/display.c')
-rw-r--r-- | converter/other/fiasco/display.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/fiasco/display.c b/converter/other/fiasco/display.c index 368fd3c9..cf160329 100644 --- a/converter/other/fiasco/display.c +++ b/converter/other/fiasco/display.c @@ -307,7 +307,8 @@ alloc_ximage (x11_info_t *xinfo, unsigned width, unsigned height) shmem_flag = 0; if (fiasco_get_verbosity ()) fprintf (stderr, - "Shared memory not supported\nReverting to normal Xlib.\n"); + "Shared memory does not work on this system\n" + "Reverting to normal Xlib.\n"); } if (shmem_flag) |