mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
kernel32: Fix a trace to print the correct error code.
This commit is contained in:
parent
390ba2c338
commit
332361c1bb
@ -626,7 +626,7 @@ BOOL WINAPI GetVolumeInformationW( LPCWSTR root, LPWSTR label, DWORD label_len,
|
||||
if (serial) *serial = VOLUME_GetSuperblockSerial( &nt_name, type, superblock );
|
||||
goto fill_fs_info;
|
||||
}
|
||||
else TRACE( "cannot open device %s: err %d\n", debugstr_w(nt_name.Buffer), GetLastError() );
|
||||
else TRACE( "cannot open device %s: %x\n", debugstr_w(nt_name.Buffer), status );
|
||||
|
||||
/* we couldn't open the device, fallback to default strategy */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user