mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[RTL]
Silence a debugprint svn path=/trunk/; revision=54045
This commit is contained in:
parent
52690510da
commit
ef30424435
1 changed files with 1 additions and 1 deletions
|
@ -2005,7 +2005,7 @@ static NTSTATUS lookup_assembly(struct actctx_loader* acl,
|
|||
UNICODE_STRING nameW;
|
||||
HANDLE file;
|
||||
|
||||
DPRINT1( "looking for name=%S version=%u.%u.%u.%u arch=%S\n",
|
||||
DPRINT( "looking for name=%S version=%u.%u.%u.%u arch=%S\n",
|
||||
ai->name, ai->version.major, ai->version.minor, ai->version.build, ai->version.revision, ai->arch );
|
||||
|
||||
if ((status = lookup_winsxs(acl, ai)) != STATUS_NO_SUCH_FILE) return status;
|
||||
|
|
Loading…
Reference in a new issue