View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001570aMuleUtilitiespublic2009-12-28 13:512009-12-28 23:44
ReporterMilesMi 
Assigned Tosturedman 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product VersionSVN 
Target VersionFixed in Version 
Summary0001570: alcc prints links to stderr
DescriptionWhen 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)
TagsNo tags attached.
Fixed in Revision
Operating SystemAny
Attached Files

- Relationships

-  Notes
(0003340)
sturedman (developer)
2009-12-28 18:14

Agreed.
See http://forum.amule.org/index.php?topic=17538.0 [^]
(0003341)
sturedman (developer)
2009-12-28 23:44

Fixed in 9912

- Issue History
Date Modified Username Field Change
2009-12-28 13:51 MilesMi New Issue
2009-12-28 13:51 MilesMi Operating System => Any
2009-12-28 18:14 sturedman Status new => assigned
2009-12-28 18:14 sturedman Assigned To => sturedman
2009-12-28 18:14 sturedman Note Added: 0003340
2009-12-28 23:44 sturedman Note Added: 0003341
2009-12-28 23:44 sturedman Status assigned => resolved
2009-12-28 23:44 sturedman Resolution open => fixed
2009-12-28 23:44 sturedman Product Version 2.2.6 => SVN


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker