diff --git a/get_addons b/get_addons
index c82511b110e3f40eca82ec0308f9d9792cdcccd6..581a1a7a87f9acf9f1062f8e309bc07849e95e13 100644
--- a/get_addons
+++ b/get_addons
@@ -131,7 +131,7 @@ fi
 ## Get module code and save informations about it in a CSV file.
 
 # Checkout to ref.
-log_action="repo '${repo}': checkout to '${ref}'"
+log_action="repo '${repo}': checkout to '${ref}'..."
 print_info "$log_action"
 git -C "${TMP_REPO_PATH}" checkout "${ref}"
 if [ "$?" -eq 0 ]; then