aMule Bug Tracker - aMule
View Issue Details
0001570aMuleUtilitiespublic2009-12-28 13:512009-12-28 23:44
MilesMi 
sturedman 
normalminoralways
resolvedfixed 
SVN 
 
Any
0001570: alcc prints links to stderr
When using alcc to create ed2k links from files, the links are printed to the standard error output (stderr, descriptor number 2). Stderr is used for error and log messages, not for actual useful data produced by the program. Actual data should be sent to the standard output (stdout, descriptor number 1), so that:

1. it can be easily stored to a file (`alcc * > ed2klinks.txt`)
2. it can be easily piped to another program (`alcc * | pastebin`)
3. log output doesn't get mixed with actual output (`alcc -v * 2> errors.txt` does not give expected results)
No tags attached.
Issue History
2009-12-28 13:51MilesMiNew Issue
2009-12-28 13:51MilesMiOperating System => Any
2009-12-28 18:14sturedmanStatusnew => assigned
2009-12-28 18:14sturedmanAssigned To => sturedman
2009-12-28 18:14sturedmanNote Added: 0003340
2009-12-28 23:44sturedmanNote Added: 0003341
2009-12-28 23:44sturedmanStatusassigned => resolved
2009-12-28 23:44sturedmanResolutionopen => fixed
2009-12-28 23:44sturedmanProduct Version2.2.6 => SVN

Notes
(0003340)
sturedman   
2009-12-28 18:14   
Agreed.
See http://forum.amule.org/index.php?topic=17538.0 [^]
(0003341)
sturedman   
2009-12-28 23:44   
Fixed in 9912