diff --git a/src/UsgsAstroLsSensorModel.cpp b/src/UsgsAstroLsSensorModel.cpp
index 604db4c47161edbd63fd0a6eb91f3ff7cd5a0452..c1da7469836d19e315a7a68b7efcd3cdb20d7652 100644
--- a/src/UsgsAstroLsSensorModel.cpp
+++ b/src/UsgsAstroLsSensorModel.cpp
@@ -2863,7 +2863,7 @@ std::string UsgsAstroLsSensorModel::constructStateFromIsd(const std::string imag
   }
 
   // Get the optional logging file
-  state["m_logFile"] = getLogFile(isd, warnings);
+  state["m_logFile"] = getLogFile(isd);
 
   if (!parsingWarnings->empty()) {
     if (warnings) {