summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pjctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pjctl.c b/src/pjctl.c
index 2f2d8f1..0b444f2 100644
--- a/src/pjctl.c
+++ b/src/pjctl.c
@@ -522,21 +522,21 @@ static void
lamp_response(struct pjctl *pjctl, struct queue_command *cmd,
char *op, char *param)
{
- printf("lamp response: %s\n", param);
+ printf("lamp: %s\n", param);
}
static void
error_status_response(struct pjctl *pjctl, struct queue_command *cmd,
char *op, char *param)
{
- printf("error status response: %s\n", param);
+ printf("error status: %s\n", param);
}
static void
class_response(struct pjctl *pjctl, struct queue_command *cmd,
char *op, char *param)
{
- printf("class response: %s\n", param);
+ printf("available classes: %s\n", param);
}
static int