]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Supress a warning
authorMario <mario@smbclan.net>
Mon, 11 Jan 2016 11:11:37 +0000 (21:11 +1000)
committerMario <mario@smbclan.net>
Mon, 11 Jan 2016 11:11:37 +0000 (21:11 +1000)
qcsrc/client/csqcmodel_hooks.qc

index b9ceb3893157ced5bb3889fe50238db152a7dde5..8f8d65c986d65dfab427a3a7396aec227cdd5254 100644 (file)
@@ -367,7 +367,7 @@ int CSQCPlayer_FallbackFrame(entity this, int f)
                case 29: return 4; // anim_duckwalkbackright -> anim_duckwalk
                case 30: return 4; // anim_duckwalkbackleft -> anim_duckwalk
        }
-       LOG_INFOF("Frame %d missing in model %s, and we have no fallback - FAIL!\n", f, this.model);
+       LOG_DEBUGF("Frame %d missing in model %s, and we have no fallback - FAIL!\n", f, this.model);
        return f;
 }
 void CSQCPlayer_FallbackFrame_Apply(entity this)