diff --git a/ReactiveUI/POCOObservableForProperty.cs b/ReactiveUI/POCOObservableForProperty.cs index 46532c95c5..b1245a83ba 100644 --- a/ReactiveUI/POCOObservableForProperty.cs +++ b/ReactiveUI/POCOObservableForProperty.cs @@ -22,7 +22,7 @@ public IObservable> GetNotificationForProperty(o { var type = sender.GetType(); if (!hasWarned.ContainsKey(type)) { - this.Log().Warn( + this.Log().Debug( "{0} is a POCO type and won't send change notifications, WhenAny will only return a single value!", type.FullName); hasWarned[type] = true;