Switch to side-by-side view

--- a/src/DAF/CDAP/CDAPMsgLogEntry.cc
+++ b/src/DAF/CDAP/CDAPMsgLogEntry.cc
@@ -28,7 +28,7 @@
 }
 
 std::string CDAPMsgLogEntry::info() const {
-    std::stringstream os;
+    std::ostringstream os;
     os << "" << this->getOpCode() << "status: " << this->getMessageStatusString()
        << "requested at: " << this->requestedAt
        << "\tresponded at:" << this->respondedAt << endl;