Skip to content

Commit 8801f20

Browse files
committed
shrink log size a bit in LE1autoload
1 parent 1d15809 commit 8801f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LE1AutoloadEnabler/LE1AutoloadEnabler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void RegisterStartupFile(UPackage* package)
208208
// Root the entire package
209209
if (outerMost == package)
210210
{
211-
logger.writeWideLineToLog(wstring_format(L" Rooting startup package object %hs", obj->GetFullName()), true);
211+
logger.writeWideLineToLog(wstring_format(L" Rooting: %hs", obj->GetFullName()), true);
212212
RootObject(obj);
213213
}
214214

0 commit comments

Comments
 (0)