Skip to content

Commit 7e7c495

Browse files
bwoebiLeiyks
andauthored
Update datadog-sidecar/src/windows.rs
Co-authored-by: Alexandre Rulleau <[email protected]>
1 parent 4a41d75 commit 7e7c495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datadog-sidecar/src/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ fn fetch_sidecar_identifier() -> String {
173173
{
174174
let err = Error::last_os_error();
175175
if err.raw_os_error() != Some(ERROR_INSUFFICIENT_BUFFER as i32) {
176-
error!("Failed process thread token: {:?}", err);
176+
error!("Failed fetching process token: {:?}", err);
177177
CloseHandle(access_token);
178178
return "".to_string();
179179
}

0 commit comments

Comments
 (0)