Skip to content

Commit 9fcf94b

Browse files
author
Chris Maunder
committed
Wording
1 parent 6fa5701 commit 9fcf94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/Models/ModelDownloader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private string ModelCachePath(string moduleId)
269269
downloadDirPath = Path.Combine(downloadDirPath, moduleId, filename);
270270

271271
// Console.WriteLine("Setting ModuleStatusType.Downloading");
272-
_logger.LogInformation($"Downloading module '{filename}' to '{downloadDirPath}'");
272+
_logger.LogInformation($"Downloading model '{filename}' to '{downloadDirPath}'");
273273

274274
bool downloaded = false;
275275
string error = string.Empty;

0 commit comments

Comments
 (0)