mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
* Silence a debug print. Spotted by Aleksey.
svn path=/trunk/; revision=66625
This commit is contained in:
parent
9ee7073a81
commit
e0770c3e3a
1 changed files with 2 additions and 2 deletions
|
@ -2975,8 +2975,8 @@ static NTSTATUS lookup_assembly(struct actctx_loader* acl,
|
|||
HANDLE file;
|
||||
DWORD len;
|
||||
|
||||
DPRINT1( "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 );
|
||||
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…
Add table
Add a link
Reference in a new issue