Revision 7e26c075 trunk/Pithos.Core/Agents/NetworkAgent.cs

b/trunk/Pithos.Core/Agents/NetworkAgent.cs
372 372
                        //Report the number of new files
373 373
                        var remoteCount = distinctActions.Count(action=>
374 374
                            action.Action==CloudActionType.DownloadUnconditional);
375
/*
375 376
                        if ( remoteCount > 0)
376 377
                            StatusNotification.NotifyChange(String.Format("Processing {0} new files", remoteCount));
378
*/
377 379

  
378 380
                        Log.Info("[LISTENER] End Processing");                        
379 381
                    }

Also available in: Unified diff