mirror of https://github.com/AMT-Cheif/Stylet.git
Info, rather than Warn, when the ActionTarget is null
This commit is contained in:
parent
2372c2b5e0
commit
c657894fc3
|
@ -93,7 +93,7 @@ namespace Stylet.Xaml
|
|||
}
|
||||
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
|
||||
|
|
|
@ -87,7 +87,7 @@ namespace Stylet.Xaml
|
|||
}
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue