mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-29 06:18:31 +02:00
fixed: log line was err, should be debug
This commit is contained in:
parent
1bf75e6a25
commit
3f49e1aa52
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue