From c9d33ea2065289dd04e174c8a399a0b2de112048 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 11 Jan 2016 21:11:37 +1000 Subject: [PATCH] Supress a warning --- qcsrc/client/csqcmodel_hooks.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/csqcmodel_hooks.qc b/qcsrc/client/csqcmodel_hooks.qc index b9ceb3893..8f8d65c98 100644 --- a/qcsrc/client/csqcmodel_hooks.qc +++ b/qcsrc/client/csqcmodel_hooks.qc @@ -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) -- 2.39.2