Comment 2 for bug 1456324

Revision history for this message
Frank Cizmich (frank-cizmich) wrote :

Hi Ryan,

It's not a debug statement. This was a compromise "fix". The original problem was that if you gave the tool a file to read, and that file did not exist, it would assume that instead of a file it was a given a DSN (because of a rare use case where a DSN can be passed as a parameter).
In that case the tool would assume that STDIN was the source, and just sit and wait, confusing the user.
So, as to not alter the current parameter format, but still avoid confusing the user, that message is printed.

If this affects you negatively please mention it. Maybe we can find an alternate solution.