While looking into #378 I noticed a few lines were still printed to stdout instead of stderr. And two lines where redirection happens twice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/381
**Author:** [@helmo](https://github.com/helmo)
**Created:** 4/17/2017
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `errorlogging`
---
### 📝 Commits (2)
- [`5da7898`](https://github.com/dehydrated-io/dehydrated/commit/5da78980af1ac48bef180cec2f2aca758614fab4) Remove double output redirection, _exiterr already does >&2
- [`1b27fe7`](https://github.com/dehydrated-io/dehydrated/commit/1b27fe7a9d3f75b58b32e6290079d3c7114fdaf6) Redirect additional errors to STDERR
### 📊 Changes
**1 file changed** (+12 additions, -12 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+12 -12)
</details>
### 📄 Description
While looking into #378 I noticed a few lines were still printed to stdout instead of stderr. And two lines where redirection happens twice.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/381
Author: @helmo
Created: 4/17/2017
Status: ❌ Closed
Base:
master← Head:errorlogging📝 Commits (2)
5da7898Remove double output redirection, _exiterr already does >&21b27fe7Redirect additional errors to STDERR📊 Changes
1 file changed (+12 additions, -12 deletions)
View changed files
📝
dehydrated(+12 -12)📄 Description
While looking into #378 I noticed a few lines were still printed to stdout instead of stderr. And two lines where redirection happens twice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.