*** This bug is a duplicate of bug 1311042 ***
    https://bugs.launchpad.net/bugs/1311042

** This bug has been marked a duplicate of bug 1311042
   mkfs is writing debug message to error stream

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu.
https://bugs.launchpad.net/bugs/1295274

Title:
  Error message is written to stdout

Status in e2fsprogs package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu 14.04 dev with e2fsprogs 1.42.9-3ubuntu1 and I have
  encountered an error message which is written to stdout. Here is the
  output:

  root@ubuntu:~# e4defrag -c 
/var/cache/dictionaries-common/ispell-dicts-list.txt
   This file(/var/cache/dictionaries-common/ispell-dicts-list.txt) can't be 
defragmented.
   Done.
  root@ubuntu:~# echo $?
  1

  
  If I'm forwarding now stdout I will get this:

  root@ubuntu:~# e4defrag -c 
/var/cache/dictionaries-common/ispell-dicts-list.txt > /dev/null
  root@ubuntu:~# echo $?
  1

  
  I think the message should be written to stderr instead of stdout.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1295274/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to