mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[0.4.11][SETUPAPI] Demote some noisy dprints
picked from 0.4.13-dev-987-g 4872912eb2
This commit is contained in:
parent
055c51aaf2
commit
aa8ff05b47
1 changed files with 2 additions and 2 deletions
|
@ -1085,7 +1085,7 @@ static BOOL do_file_copyW( LPCWSTR source, LPCWSTR target, DWORD style,
|
|||
hSource = LZOpenFileW((LPWSTR)source, &OfStruct, OF_READ);
|
||||
if (hSource < 0)
|
||||
{
|
||||
ERR("LZOpenFileW(1) error %d %s\n", (int)hSource, debugstr_w(source));
|
||||
TRACE("LZOpenFileW(1) error %d %s\n", (int)hSource, debugstr_w(source));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -1822,7 +1822,7 @@ UINT WINAPI SetupDefaultQueueCallbackW( PVOID context, UINT notification,
|
|||
TRACE( "end copy %s -> %s\n", debugstr_w(paths->Source), debugstr_w(paths->Target) );
|
||||
return 0;
|
||||
case SPFILENOTIFY_COPYERROR:
|
||||
ERR( "copy error %d %s -> %s\n", paths->Win32Error,
|
||||
TRACE( "copy error %d %s -> %s\n", paths->Win32Error,
|
||||
debugstr_w(paths->Source), debugstr_w(paths->Target) );
|
||||
return FILEOP_SKIP;
|
||||
case SPFILENOTIFY_NEEDMEDIA:
|
||||
|
|
Loading…
Reference in a new issue