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()
320
320
m_rtNextRequest = CRTime::RTime32TimeCur () + m_nBackoffSec;
321
321
322
322
#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);
324
324
#endif
325
325
}
326
326
Original file line number Diff line number Diff line change @@ -4041,7 +4041,7 @@ void CTFGCServerSystem::WebapiEquipmentState_t::Backoff()
4041
4041
m_rtNextRequest = CRTime::RTime32TimeCur () + m_nBackoffSec;
4042
4042
4043
4043
#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);
4045
4045
#endif
4046
4046
}
4047
4047
You can’t perform that action at this time.
0 commit comments