Skip to content

Commit

Permalink
Improve logging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Mar 6, 2019
1 parent 7466408 commit 92dfa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/TestCQN.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void TestCallback(void *context, dpiSubscrMessage *message)

// display contents of message
printf("===========================================================\n");
printf("NOTIFICATION RECEIVED from database %.*s (SUBSCR ID %d)\n",
printf("NOTIFICATION RECEIVED from database %.*s (EVENT TYPE %d)\n",
message->dbNameLength, message->dbName, message->eventType);
printf("===========================================================\n");
for (i = 0; i < message->numQueries; i++) {
Expand Down

0 comments on commit 92dfa2f

Please sign in to comment.