Cleaned up the API logging a lot more to reduce redundant information and 
keep the file size a bit smaller.

Exposed SBValue::GetExpressionPath() so SBValue users can get an expression
path for their values.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@117851 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBInputReader.cpp b/source/API/SBInputReader.cpp
index 616638b..98b03c1 100644
--- a/source/API/SBInputReader.cpp
+++ b/source/API/SBInputReader.cpp
@@ -88,7 +88,7 @@
 
     if (log)
         log->Printf("SBInputReader(%p)::Initialize (SBDebugger(%p), callback_function=%p, callback_baton=%p, "
-                    "granularity='%s', end_token='%s', prompt='%s', echo=%i)", 
+                    "granularity=%s, end_token=\"%s\", prompt=\"%s\", echo=%i)", 
                     m_opaque_sp.get(), 
                     debugger.get(), 
                     callback_function,