diff --git a/tools/buildscripts/qtwebengine_utils.py b/tools/buildscripts/qtwebengine_utils.py
index d8e65bfe74e55ca1911daba95fccdd44e6f1225d..60466da02dffb4add177a005c505cc513a05d08c 100755
--- a/tools/buildscripts/qtwebengine_utils.py
+++ b/tools/buildscripts/qtwebengine_utils.py
@@ -61,6 +61,6 @@ def getChromiumSrcDir():
     chrome_src = os.path.join(qtwebengine_root, chrome_src)
   if not chrome_src or not os.path.isdir(chrome_src):
     chrome_src = os.path.normpath(os.path.join(qtwebengine_root, 'src/3rdparty/chromium'))
-    print 'CHROMIUM_SRC_DIR not set, falling back to ' + chrome_src
+    print 'No external chromium sources were found, falling back to ' + chrome_src
   return chrome_src