Ignore:
Timestamp:
Dec 13, 2025, 12:06:53 PM (12 hours ago)
Author:
alloc
Message:

Compatibility for V 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/WebAPI/OpenApiHelpers.cs

    r487 r511  
    3636                        string specText = ResourceHelpers.GetManifestResourceText (apiAssembly, masterResourceName, true);
    3737                        if (specText == null) {
    38                                 Log.Warning ($"[Web] Failed loading main OpenAPI spec from assembly '{Path.GetFileName (apiAssembly.Location)}'");
     38                                Log.Warning ($"[Web] Failed loading main OpenAPI spec from assembly '{apiAssembly}'");
    3939                                return;
    4040                        }
Note: See TracChangeset for help on using the changeset viewer.