Show
Ignore:
Timestamp:
06/15/10 22:04:26 (2 years ago)
Author:
Antti-Juhani Kaijanaho <ajk@…>
Children:
fa5a85d86832928f58a5565ca937b65e16f71bf3
Parents:
5b42e03e0f421c03ed23d10ccbfe624435d35a62
git-committer:
Antti-Juhani Kaijanaho <ajk@…> (06/15/10 22:04:26)
Message:

inject-email: Put the result message to stderr, not stdout

Signed-off-by: Antti-Juhani Kaijanaho <ajk@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inject-email.cc

    r5b42e03 r8a3d4da  
    153153                std::getline(is, tmp); 
    154154 
    155                 std::cout << &sb; 
     155                std::cerr << &sb; 
    156156                 
    157157                return ex;