]> git.lyx.org Git - features.git/commitdiff
FileName::checksum(): Don't warn if file exists as this happens for all graphics...
authorAbdelrazak Younes <younes@lyx.org>
Sun, 16 Dec 2007 11:53:52 +0000 (11:53 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 16 Dec 2007 11:53:52 +0000 (11:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22168 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/FileName.cpp

index 29049c2ca7cab74fc4aa2c3f0f631f9f90bfc2cb..28cefd6ccc6ce42498b8d7c4aa1477c4be3c0710 100644 (file)
@@ -422,7 +422,7 @@ extern unsigned long sum(char const * file);
 unsigned long FileName::checksum() const
 {
        if (!exists()) {
-               LYXERR0("File \"" << absFilename() << "\" does not exist!");
+               //LYXERR0("File \"" << absFilename() << "\" does not exist!");
                return 0;
        }
        // a directory may be passed here so we need to test it. (bug 3622)