add debug info

This commit is contained in:
Hylke Bons 2011-05-22 16:38:34 +01:00
parent 442dc62980
commit 37cd521d44

View file

@ -117,8 +117,10 @@ namespace SparkleLib {
if (this.is_polling && !this.listener.IsConnecting)
this.listener.Connect ();
if (HasUnsyncedChanges)
if (HasUnsyncedChanges){
Console.WriteLine ("!!!!!!!!!!!!!!!!!!!!!!!!!");Console.WriteLine ("!!!!!!!!!!!!!!!!!!!!!!!!!");Console.WriteLine ("!!!!!!!!!!!!!!!!!!!!!!!!!");
SyncUpBase ();
}
};
this.remote_timer.Start ();