commit a5c4ccfd26f4616f06753894f89c91084a625d53
Author: Richard Heck <[email protected]>
Date:   Mon Aug 25 11:14:27 2014 -0400

    Add a debugging message.

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 6c8194c..cde0419 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -1312,6 +1312,8 @@ bool Buffer::save() const
                                                      mangledName));
                }
 
+               LYXERR(Debug::FILES, "Backing up original file to " <<
+                               backupName.absFileName());
                // Except file is symlink do not copy because of #6587.
                // Hard links have bad luck.
                made_backup = symlink ?

Reply via email to