diff --git a/src/FACT_jobs.jl b/src/FACT_jobs.jl
index 54f00e96aa551552498b027cbbae0652a4a1b792..9b3b7af3ae69fd4956d917b3ad3fd10e773949a8 100644
--- a/src/FACT_jobs.jl
+++ b/src/FACT_jobs.jl
@@ -139,7 +139,7 @@ function eu_lfs(conn::MySQL.Connection, selection::Dict)
         # execute
         result = query_connection(conn, query)
         if !("industry" in names(result))
-            println("No data returned for query with GeoID = $full_id and Year = $year and AND Agglvl_code = $agglvl_code.")
+            println("No data returned for query with GeoID = $id and Year = $year.")
            # Initialize `result` with the expected columns but no rows
            #result = DataFrame(industry = String[], jobs = Float64[], geo_id = String[], agg_level = Int[])
         end