diff options
author | Asko Tiidumaa | 2009-05-06 08:01:47 +0000 |
---|---|---|
committer | Asko Tiidumaa | 2009-05-06 08:01:47 +0000 |
commit | 663b65d9c857662f61c705637f04e7576720c69a (patch) | |
tree | 66d3fed1721793fe6601fcba5787505d204f0edb | |
parent | 20d04146ffb8d0c3a742a152c498df61613f6a93 (diff) |
fixed error message
-rw-r--r-- | sql/pgq/triggers/logutriga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/pgq/triggers/logutriga.c b/sql/pgq/triggers/logutriga.c index 35031274..7d950b14 100644 --- a/sql/pgq/triggers/logutriga.c +++ b/sql/pgq/triggers/logutriga.c @@ -98,7 +98,7 @@ Datum pgq_logutriga(PG_FUNCTION_ARGS) * Connect to the SPI manager */ if (SPI_connect() < 0) - elog(ERROR, "logtriga: SPI_connect() failed"); + elog(ERROR, "logutriga: SPI_connect() failed"); pgq_prepare_event(&ev, tg, true); |