From 6e1e84260c42c24a58fe98e25ea6ccd18331248d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 28 Jun 2020 19:53:17 +0800 Subject: [PATCH] 1 --- cpp/tglog.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cpp/tglog.cc b/cpp/tglog.cc index 053306a..ae6d8bb 100644 --- a/cpp/tglog.cc +++ b/cpp/tglog.cc @@ -98,11 +98,11 @@ namespace f8 int logclass1, int logclass2, a8::XObject* prop) { std::string event_name = a8::Format("event_%d_%d", {logclass1, logclass2}); - InternalAddTrackLog(game_id, - accountid, - ip_saddr, - event_name, - prop); + AddTrackLog(game_id, + accountid, + ip_saddr, + event_name, + prop); } void TGLog::AddTrackLog(int game_id, const std::string& accountid, unsigned long ip_saddr,