diff --git a/get_sources.sh b/get_sources.sh
index ea1b3bc..daa1bfc 100644
--- a/get_sources.sh
+++ b/get_sources.sh
@@ -147,6 +147,7 @@ else
 fi
 
 if [[ -f sources ]]; then
+    echo "Flat layout style"
     if [[ ! -s sources ]]; then
       echo "Empty sources file -- nothing to check"
     else
@@ -197,6 +198,7 @@ if [[ -f sources ]]; then
       "${hashtype}sum" -c sources
     fi
 else
+    echo "Exploded SRPM layout style"
     # This section is for the "non-flat" dist-git layout, where the spec file
     # is stored in a SPECS folder, the patches in a SOURCES folder and the sha
     # of the tarball of the project is present in a '.<pkg_name>.metadata' file.