Skip to content

Commit ee0f415

Browse files
committed
Changed google drive download log message
1 parent 7eebd29 commit ee0f415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UniversalDownloaderPlatform.GoogleDriveDownloader/GoogleDriveEngine.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ private void DownloadFileResource(File fileResource, string path, bool rootPath
7575
path = Path.Combine(path, sanitizedFilename);
7676
}
7777

78-
Logger.Info($"[Google Drive] Downloading {fileResource.Name} '{fileResource.MimeType}'");
78+
Logger.Info($"[Google Drive] Downloading {fileResource.Name}");
79+
Logger.Debug($"[Google Drive] {fileResource.Name} mime type is: {fileResource.MimeType}");
7980

8081
if (fileResource.MimeType != "application/vnd.google-apps.folder")
8182
{

0 commit comments

Comments
 (0)