Skip to content

Commit

Permalink
Pathfinder: Send errors to warningstream.
Browse files Browse the repository at this point in the history
Avoids spamming the chat about several errors.
  • Loading branch information
kaeza authored and paramat committed Mar 27, 2017
1 parent 53d1b3d commit 09f2cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pathfinder.cpp
Expand Up @@ -55,7 +55,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define DEBUG_OUT(a) while(0)
#define INFO_TARGET infostream << "Pathfinder: "
#define VERBOSE_TARGET verbosestream << "Pathfinder: "
#define ERROR_TARGET errorstream << "Pathfinder: "
#define ERROR_TARGET warningstream << "Pathfinder: "
#endif

/******************************************************************************/
Expand Down

0 comments on commit 09f2cd0

Please sign in to comment.