From 99f1717ba80af1f6e5784471060fe032c6cb064f Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 10 Dec 2012 23:23:23 -0600 Subject: [PATCH] make error message text more obvious --- src/binding.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binding.cc b/src/binding.cc index eb927bf9..2556d7e6 100644 --- a/src/binding.cc +++ b/src/binding.cc @@ -461,7 +461,7 @@ protected: EmitCommandMetaData(result); break; default: - printf("Unrecogized query status: %s\n", PQresStatus(status)); + printf("YOU SHOULD NEVER SEE THIS! PLEASE OPEN AN ISSUE ON GITHUB! Unrecogized query status: %s\n", PQresStatus(status)); break; } }