Commit 303430c
authored
Fix incorrect unload log message in C# SDK (#609)
## Summary
Fixes an incorrect informational log message in the C# SDK's web unload
path.
## Changes
- Updated `WebUnloadModelAsync` in
`sdk/cs/src/Detail/ModelLoadManager.cs`
- Changed the success log text from "loaded successfully" to "unloaded
successfully"
## Why
Consumers of `sdk/cs` provide their own `ILogger`, so this message is
surfaced in their application logs. The old text was misleading and
could cause confusion during debugging and support investigations.1 parent d1cf434 commit 303430c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments