From f5c02afe34cef07018bd489765baba1ef75ecfb4 Mon Sep 17 00:00:00 2001 From: ZSaberLv0 Date: Wed, 18 Sep 2024 23:43:19 +0800 Subject: [PATCH] update --- ZFLoader/zfsrc/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZFLoader/zfsrc/main.cpp b/ZFLoader/zfsrc/main.cpp index 1c7b67f..28e01de 100644 --- a/ZFLoader/zfsrc/main.cpp +++ b/ZFLoader/zfsrc/main.cpp @@ -8,14 +8,14 @@ ZFMAIN_ENTRY() { extResList.add(ZFPathInfo(ZFPathType_file(), ZFPathForModule())); extResList.add(ZFPathInfo(ZFPathType_file(), ZFPathForStorageShared())); - zfLogTrim() << "external res: " << extResList; + ZFLogTrim() << "external res: " << extResList; for(zfindex i = 0; i < extResList.count(); ++i) { ZFResExtPathAdd(extResList[i]); } ZFInput src = ZFInputForRes("zf.lua"); if(src) { - zfLogTrim("redirect to %s", src.callbackId()); + ZFLogTrim("redirect to %s", src.callbackId()); ZFLuaExecute(src); ZFLuaGC(); return;