Fixed a few logging texts

master
Granfeldt_cp 2015-12-16 05:21:07 -08:00
parent 9e36140077
commit dbb7e00e09
3 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ namespace Granfeldt.FIM.ActivityLibrary
{ {
compileErrors.AppendFormat("Compile Error: {0} in Ln {2} Col {3}-{1}\r\n", ce.ErrorNumber, ce.ErrorText, ce.Line, ce.Column); compileErrors.AppendFormat("Compile Error: {0} in Ln {2} Col {3}-{1}\r\n", ce.ErrorNumber, ce.ErrorText, ce.Line, ce.Column);
} }
Tracer.TraceError("Couldn't compile {0}\r\n" + compileErrors); Tracer.TraceError("Couldn't compile {0}" + compileErrors);
} }
Assembly assembly = cr.CompiledAssembly; Assembly assembly = cr.CompiledAssembly;
compiled = assembly.CreateInstance("FIMDynamicClass"); compiled = assembly.CreateInstance("FIMDynamicClass");

View File

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Goverco")] [assembly: AssemblyCompany("Goverco")]
[assembly: AssemblyProduct("Granfeldt.FIM.ActivityLibrary")] [assembly: AssemblyProduct("Granfeldt.FIM.ActivityLibrary")]
[assembly: AssemblyCopyright("Copyright © Goverco 2013")] [assembly: AssemblyCopyright("Copyright © Goverco 2013-2015")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]