summaryrefslogtreecommitdiff
path: root/cpp/lib/common/sys/apr/LFSessionContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/common/sys/apr/LFSessionContext.cpp')
-rw-r--r--cpp/lib/common/sys/apr/LFSessionContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/common/sys/apr/LFSessionContext.cpp b/cpp/lib/common/sys/apr/LFSessionContext.cpp
index ff7a0107b6..e0c415a12f 100644
--- a/cpp/lib/common/sys/apr/LFSessionContext.cpp
+++ b/cpp/lib/common/sys/apr/LFSessionContext.cpp
@@ -65,7 +65,7 @@ void LFSessionContext::read(){
}
}catch(QpidError error){
std::cout << "Error [" << error.code << "] " << error.msg
- << " (" << error.location.file << ":" << error.location.line
+ << " (" << error.loc.file << ":" << error.loc.line
<< ")" << std::endl;
}
}else{