We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa5701 commit 9fcf94bCopy full SHA for 9fcf94b
src/server/Models/ModelDownloader.cs
@@ -269,7 +269,7 @@ private string ModelCachePath(string moduleId)
269
downloadDirPath = Path.Combine(downloadDirPath, moduleId, filename);
270
271
// Console.WriteLine("Setting ModuleStatusType.Downloading");
272
- _logger.LogInformation($"Downloading module '{filename}' to '{downloadDirPath}'");
+ _logger.LogInformation($"Downloading model '{filename}' to '{downloadDirPath}'");
273
274
bool downloaded = false;
275
string error = string.Empty;
0 commit comments