]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
Misc console print improvements. Increase verbosity
[xonotic/darkplaces.git] / cl_parse.c
index a7e658809579ac797a8666fbf38ebe248d551bec..e35e43c2fffd26c57cc98c0eb9cb795dc1e9b136 100644 (file)
@@ -1335,7 +1335,6 @@ static void CL_BeginDownloads(qboolean aborteddownload)
                        dpsnprintf(soundname, sizeof(soundname), "sound/%s", cl.sound_name[cl.downloadsound_current]);
                        if (!FS_FileExists(soundname) && !FS_FileExists(cl.sound_name[cl.downloadsound_current]))
                        {
-                               Con_Printf("Sound %s not found\n", soundname);
                                if (cl_serverextension_download.integer && cls.netcon && !sv.active)
                                {
                                        CL_ForwardToServer(va(vabuf, sizeof(vabuf), "download %s", soundname));