Info, rather than Warn, when the ActionTarget is null

This commit is contained in:
Antony Male 2014-07-28 20:44:33 +01:00
parent 2372c2b5e0
commit c657894fc3
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ namespace Stylet.Xaml
} }
else else
{ {
logger.Warn("ActionTarget on element {0} is null (method name is {1}), nut NullTarget is not Throw, so carrying on", this.Subject, this.MethodName); logger.Info("ActionTarget on element {0} is null (method name is {1}), nut NullTarget is not Throw, so carrying on", this.Subject, this.MethodName);
} }
} }
else else

View File

@ -87,7 +87,7 @@ namespace Stylet.Xaml
} }
else else
{ {
logger.Warn("ActionTarget on element {0} is null (method name is {1}), nut NullTarget is not Throw, so carrying on", this.subject, this.methodName); logger.Info("ActionTarget on element {0} is null (method name is {1}), nut NullTarget is not Throw, so carrying on", this.subject, this.methodName);
} }
} }
else else