Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#780 closed defect (fixed)

extraneous "is a link" messages upon start up

Reported by: djerius@… Owned by: Lars Gullik Bjønnes
Priority: high Milestone:
Component: general Version: 1.2.2
Severity: trivial Keywords: VERIFIED
Cc:

Description

on my system lyx lives in a directory which is a symbolic link to another
directory which is also a symbolic link (don't ask!) lyx 1.2.2 prints out

directory /soft/tex/bin/sparc-sun-solaris/ is a link
directory sparc-sun-solaris2.6 is a link

upon start up, which is annoying (and which i'm sure i'll hear about from
other users). It arises from a bare lyxerr in lyx_main.C

318 if (followlink) {
319 lyxerr << " directory " << fullbinpath
320 << " is a link" << endl;
...
329 }

I presume that should be lyxerr[Debug::INIT] or Debug::INFO or something like
that.

Thanks,
Diab

Change History (3)

comment:1 by levon, 21 years ago

Severity: normaltrivial

yep.

comment:2 by lasgouttes, 21 years ago

Resolution: fixed
Status: newclosed

I fixed this in 1.2.3cvs and 1.3.0cvs

comment:3 by levon, 21 years ago

Keywords: VERIFIED added

mass verify. grep -v ApplesWin

Note: See TracTickets for help on using tickets.