diff --git a/src/GitLink/Linker.cs b/src/GitLink/Linker.cs index 7da78a5..83e0930 100644 --- a/src/GitLink/Linker.cs +++ b/src/GitLink/Linker.cs @@ -84,7 +84,7 @@ public static class Linker _sourceFilesList = GetSourceFilesFromPdb(pdbPath, !options.SkipVerify); if (!_sourceFilesList.Any()) { - Log.Error("No source files were found in the PDB. If you're PDB is a native one you should use -a option."); + Log.Error($"No source files were found in the PDB: {pdbPath}. If you're PDB is a native one you should use -a option."); return false; } }