mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
fixed: log line was err, should be debug
This commit is contained in:
@@ -203,7 +203,7 @@ CMSWindowsRelauncher::duplicateProcessToken(HANDLE process, LPSECURITY_ATTRIBUTE
|
||||
return NULL;
|
||||
}
|
||||
|
||||
LOG((CLOG_ERR "got token %i, duplicating", sourceToken));
|
||||
LOG((CLOG_DEBUG "got token %i, duplicating", sourceToken));
|
||||
|
||||
HANDLE newToken;
|
||||
BOOL duplicateRet = DuplicateTokenEx(
|
||||
|
||||
Reference in New Issue
Block a user