make error message text more obvious

This commit is contained in:
brianc 2012-12-10 23:23:23 -06:00
parent 1c43930ba1
commit 99f1717ba8

View File

@ -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;
}
}