]> git.lyx.org Git - features.git/blobdiff - src/lyx_main.C
fix bug #780
[features.git] / src / lyx_main.C
index 5cdbdc8d5f7328d968d582fda927fb9404464833..0b0e0802acc1b2a839ead9188544870fd9283a10 100644 (file)
@@ -294,8 +294,8 @@ void LyX::init(bool gui)
                FileInfo file(fullbinpath, true);
                followlink = file.isLink();
                if (followlink) {
-                       lyxerr << " directory " << fullbinpath
-                              << " is a link" << endl;
+                       lyxerr[Debug::INIT] << " directory " << fullbinpath
+                                           << " is a link" << endl;
                        string link;
                        if (LyXReadLink(fullbinpath, link, true)) {
                                fullbinpath = link;