diff --git a/libIRDB/src/util/IRDB_Objects.cpp b/libIRDB/src/util/IRDB_Objects.cpp
index 8e7228a2536766c60e8fc2ace0bd5936a6eb6a4e..f77d3afefdf5c1b7b7bc32dcbb9ecf5f8db7d1dc 100644
--- a/libIRDB/src/util/IRDB_Objects.cpp
+++ b/libIRDB/src/util/IRDB_Objects.cpp
@@ -247,7 +247,7 @@ int IRDBObjects_t::DeleteVariant(db_id_t variant_id)
 int IRDBObjects_t::WriteBackAll(void)
 {
         int ret_status = 0;
-   	cout << "Writing file IRs" << endl; 
+
         // Write back FileIRs
         for(map<db_id_t, pair<shared_ptr<File_t>, shared_ptr<FileIR_t>>>::iterator
                 file_it = file_IR_map.begin(); 
diff --git a/libIRDB/test/fill_in_cfg.cpp b/libIRDB/test/fill_in_cfg.cpp
index 6c451d5b4314b72e06ff3ef6a82ffd966af1fc29..e78c40b29c706feea9dce42af536d92ea67dd089 100644
--- a/libIRDB/test/fill_in_cfg.cpp
+++ b/libIRDB/test/fill_in_cfg.cpp
@@ -605,6 +605,8 @@ int PopulateCFG::ParseArgs
                     fix_landing_pads = false;
             }
     }
+
+    cout<<"fix_landing_pads="<<fix_landing_pads<<endl;
     
     return 0;
 }
diff --git a/tools/thanos/thanos.cpp b/tools/thanos/thanos.cpp
index b697b95c9355207059ce159e91cb59965ccd64ae..d59ed92c2c28a27e76cfda5bb4b61ba5302a60d3 100644
--- a/tools/thanos/thanos.cpp
+++ b/tools/thanos/thanos.cpp
@@ -272,5 +272,5 @@ int execute_step(int argc, char* argv[], bool step_optional, Mode exec_mode,
         }
     }
     
-    return 12;
+    return step_error;
 }