File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ void CTFGCClientSystem::WebapiInventoryState_t::Backoff()
320320 m_rtNextRequest = CRTime::RTime32TimeCur () + m_nBackoffSec;
321321
322322#ifdef BDSBASE
323- DevMsg (" [GC CLIENT] Backing off for an additional %i seconds.\n " , m_nBackoffSec);
323+ DevWarning (" [GC CLIENT] Backing off for an additional %i seconds.\n " , m_nBackoffSec);
324324#endif
325325}
326326
Original file line number Diff line number Diff line change @@ -4041,7 +4041,7 @@ void CTFGCServerSystem::WebapiEquipmentState_t::Backoff()
40414041 m_rtNextRequest = CRTime::RTime32TimeCur () + m_nBackoffSec;
40424042
40434043#ifdef BDSBASE
4044- DevMsg (" [GC SERVER] Backing off for an additional %i seconds.\n " , m_nBackoffSec);
4044+ DevWarning (" [GC SERVER] Backing off for an additional %i seconds.\n " , m_nBackoffSec);
40454045#endif
40464046}
40474047
You can’t perform that action at this time.
0 commit comments