aMule Bug Tracker - aMule | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001570 | aMule | Utilities | public | 2009-12-28 13:51 | 2009-12-28 23:44 |
Reporter | MilesMi | ||||
Assigned To | sturedman | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | SVN | ||||
Target Version | Fixed in Version | ||||
Fixed in Revision | |||||
Operating System | Any | ||||
Summary | 0001570: alcc prints links to stderr | ||||
Description | 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) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|