# HG changeset patch # User Matti Hamalainen # Date 1526070384 -10800 # Node ID 0d1cf72fb73254ed4168a28ea48dc82a8166fef7 # Parent b86a0aee25fad7077c0c4826b9a4fa648e7ef5b6 Clarify the "probed" messages of gfxconv. diff -r b86a0aee25fa -r 0d1cf72fb732 tools/gfxconv.c --- a/tools/gfxconv.c Fri May 11 23:17:57 2018 +0300 +++ b/tools/gfxconv.c Fri May 11 23:26:24 2018 +0300 @@ -1687,7 +1687,7 @@ res = dmC64DecodeBMP(&inC64Image, dataBuf, dataSize, optInSkip, optInSkip + 2, &inC64Fmt, forced); if (forced == NULL && inC64Fmt != NULL) { - dmMsg(1, "Probed %s format image, type %d, %s\n", + dmMsg(1, "Probed '%s' format image, type %d, %s\n", inC64Fmt->name, inC64Fmt->type, inC64Fmt->fext); } @@ -1709,7 +1709,7 @@ { optInFormat = FFMT_IMAGE; optInSubFormat = index; - dmMsg(1, "Probed %s format image.\n", ifmt->fext); + dmMsg(1, "Probed '%s' format image.\n", ifmt->fext); } }