More debugging
diff --git a/classes/export/syncup.php b/classes/export/syncup.php
index 4823559..addd2ef 100644
--- a/classes/export/syncup.php
+++ b/classes/export/syncup.php
@@ -46,7 +46,7 @@
     while ( ($string_row = mysql_fetch_assoc($untranslated_strings)) != null) {
     	$count++;
     	
-    	if($count % 100 == 0) {
+    	if($count % 10000 == 0) {
     		echo "Processed " . $count . " strings (language_id=$language_id)... \n";
     	}