# HG changeset patch # User Matti Hamalainen # Date 1529966654 -10800 # Node ID 334501b6cce53929af30401b60c0a5b7a168405e # Parent cbc911ffd21e4768db74c3f13836519518325a8e Use format name instead of file extension in a message. diff -r cbc911ffd21e -r 334501b6cce5 tools/gfxconv.c --- a/tools/gfxconv.c Mon Jun 25 19:36:26 2018 +0300 +++ b/tools/gfxconv.c Tue Jun 26 01:44:14 2018 +0300 @@ -1297,7 +1297,7 @@ if (info) { dmMsg(1, "Outputting '%s' image %d x %d -> %d x %d [%d x %d]\n", - fmt->fext, + fmt->name, pimage->width, pimage->height, pimage->width * spec->scaleX, pimage->height * spec->scaleY, spec->scaleX, spec->scaleY);