Index: trunk/ippTools/src/difftool.c
===================================================================
--- trunk/ippTools/src/difftool.c	(revision 26139)
+++ trunk/ippTools/src/difftool.c	(revision 26144)
@@ -1205,10 +1205,4 @@
     psFree(warp2Where);
 
-    if (!available) {
-        // diff what's available, even if warp run has some faults and is incomplete
-        psStringAppend(&warp1Query, " AND warpRun.state = 'full'");
-        psStringAppend(&warp2Query, " AND warpRun.state = 'full'");
-    }
-
     // don't queue for exposures that have already been diff'd unless requested
     psString diffQuery = NULL;
@@ -1392,5 +1386,5 @@
 
         if (num == 0) {
-            psTrace("difftool", PS_LOG_INFO, "no skycells with stack found for %" PRId64, warp_id);
+            psTrace("difftool", PS_LOG_INFO, "no skycells with stack found for warp_id %" PRId64, warp_id);
             continue;
         }
@@ -1398,5 +1392,5 @@
         if (!available && (num != skycell_count)) {
             psTrace("difftool", PS_LOG_INFO, "%" PRId64 " skyfiles with stack found for warp_id %" PRId64
-                    " need %" PRId64, num, warp_id, skycell_count);
+                    " but need %" PRId64, num, warp_id, skycell_count);
             continue;
         }
