Revision 437abfca trunk/Pithos.Client.WPF/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/ShellViewModel.cs
422 422
                        {
423 423
                            var message = String.Format("API Key Expired for {0}. Starting Renewal",monitor.UserName);                            
424 424
                            Log.Error(message,exc);
425
                            TryAuthorize(monitor,retries);
425
                            TryAuthorize(monitor,retries).Wait();
426 426
                        }
427 427
                        else
428 428
                        {

Also available in: Unified diff