diff --git a/src/utils/motionmapper/motionmapper.cpp b/src/utils/motionmapper/motionmapper.cpp index 731b1139cb5..3b2450b878a 100644 --- a/src/utils/motionmapper/motionmapper.cpp +++ b/src/utils/motionmapper/motionmapper.cpp @@ -3214,7 +3214,7 @@ int main (int argc, char **argv) // Verbose stuff if (!g_quiet) { - vprint( 0, "%s, %s, %s, path %s\n", qdir, gamedir, g_outfile ); + vprint( 0, "%s, %s, %s, path %s\n", qdir, gamedir, g_outfile, fullpath ); } // ?? Q_DefaultExtension(g_outfile, ".smd", sizeof( g_outfile ) );