Skip to content

Commit d391df9

Browse files
chore: Modify logging
1 parent 644bbcf commit d391df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Support/Google.Apis/Upload/ResumableUpload.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ protected ResumableUpload(IClientService service, string path, string httpMethod
12411241
}
12421242
else
12431243
{
1244-
Console.WriteLine("A CRC32C hash was provided in the request body, but the stream is not seekable. The hash will not be validated on the client, and will not be sent to the server.");
1244+
ApplicationContext.Logger.ForType<ResumableUpload<TRequest>>().Warning("A CRC32C hash was provided in the request body, but the stream is not seekable. The hash will not be validated on the client, and will not be sent to the server.");
12451245
}
12461246
}
12471247
}

0 commit comments

Comments
 (0)