Skip to content

Commit

Permalink
to cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pobering authored and amotl committed Jul 10, 2017
1 parent aad1ad7 commit 5ea0e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main(int argc, char* argv[])

//Read data file line by line. This should be changed to sample gathering from Particle ADC
std::string filename = argv[1];
cout << "Opening file " << filename << "\n";
cerr << "Opening file " << filename << "\n";
ifstream data (filename);

if(data.is_open ())
Expand Down

0 comments on commit 5ea0e9b

Please sign in to comment.