]> source.dussan.org Git - tigervnc.git/commitdiff
[Debug] Printing entry points at index-driven seeking, for testing and debugging...
authorConstantin Kaplinsky <const@tightvnc.com>
Mon, 23 Jun 2008 13:26:17 +0000 (13:26 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Mon, 23 Jun 2008 13:26:17 +0000 (13:26 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2620 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/src/com/tightvnc/rfbplayer/FbsConnection.java

index 204f4ae34b32956c16b11cf824d65738e410aaae..b47ea56fc939ca1c771ca1da66e17d6533b15e76 100644 (file)
@@ -222,6 +222,8 @@ public class FbsConnection {
   private FbsInputStream openFbsFile(FbsEntryPoint entry)
       throws IOException {
 
+    System.err.println("Entering FBS at " + entry.timestamp + " ms");
+
     // Make sure the protocol is HTTP.
     if (!fbkURL.getProtocol().equalsIgnoreCase("http") ||
         !fbsURL.getProtocol().equalsIgnoreCase("http")) {