]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/sounds/sound.qh
Greatly reduce amount of hidden spam when changing maps, also fix uses of self in...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / sounds / sound.qh
index 5d6c57f21e55ff9b1caade97b37cf93376df9fae..7225cef825ccb4ef2df20c0f4911542a88f37f2e 100644 (file)
@@ -124,7 +124,7 @@ CLASS(Sound, Object)
        {
                string s = Sound_fixpath(this);
                if (!s) return;
-               LOG_TRACEF("precache_sound(\"%s\")\n", s);
+               LOG_DEBUGF("precache_sound(\"%s\")\n", s);
                precache_sound(s);
        }
 ENDCLASS(Sound)