diff --git a/src/KPI Generator/KPI Generator.csproj b/src/KPI Generator/KPI Generator.csproj index a1a68984af5645702ffb4a3fc2746506f89273ce..618a638d6a2fcbec980b32125ef9b79001cc10b4 100644 --- a/src/KPI Generator/KPI Generator.csproj +++ b/src/KPI Generator/KPI Generator.csproj @@ -7,7 +7,7 @@ <AssemblyName>Coscine.KpiGenerator</AssemblyName> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>0.1.5</Version> + <Version>0.1.6</Version> </PropertyGroup> <PropertyGroup> diff --git a/src/KPI Generator/Reporting.cs b/src/KPI Generator/Reporting.cs index 8be83634f890ad50416f68a8ba595163c12a9c01..536c65ed6fc08eb4894a0c8aba3b4106ff4248e4 100644 --- a/src/KPI Generator/Reporting.cs +++ b/src/KPI Generator/Reporting.cs @@ -297,6 +297,7 @@ public abstract class Reporting<O> where O : class organization = inst.ToList()[0]; } } + Console.WriteLine($" Could not find match for {organization}"); return organization; } } \ No newline at end of file