log out if couch has most up-to-date commits.
diff --git a/bootstrap.js b/bootstrap.js
index e188f91..9df581e 100644
--- a/bootstrap.js
+++ b/bootstrap.js
@@ -29,7 +29,7 @@
             if (code > 0) {
                 console.error('Error running previous command! Output to follow.');
                 console.error(output);
-            }
+            } 
             go(q, cb);
         });
     } else {
diff --git a/package.json b/package.json
index 56e0370..6ca6ea0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "medic",
-  "version": "0.1.8",
+  "version": "0.1.9",
   "description": "continuous integration setup for Apache Cordova",
   "author": "Fil Maj <maj.fil@gmail.com> (http://filmaj.ca)",
   "main": "dashboard.js",
diff --git a/src/build/updater.js b/src/build/updater.js
index 70e99ec..8768b64 100644
--- a/src/build/updater.js
+++ b/src/build/updater.js
@@ -50,6 +50,8 @@
                                 console.log('[COUCH] Cordova commits for ' + lib + ' updated.');
                             }
                         });
+                    } else {
+                        console.log('[COUCH] ' + lib + ' already has most recent commits.');
                     }
                 }
             });