From b9d0c366e224caf49b064804e6bf9af02e56d488 Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Thu, 6 Feb 2014 09:48:56 +0000 Subject: [PATCH] Update debug log to use the new license constants. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1781 423420c4-83ab-492f-b58f-81f9feb106b5 --- licence.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/licence.c b/licence.c index c6bea80..b872cec 100644 --- a/licence.c +++ b/licence.c @@ -170,7 +170,7 @@ licence_process_request(STREAM s) rdssl_rc4_crypt(&crypt_key, hwid, hwid, sizeof(hwid)); #if WITH_DEBUG - DEBUG(("Sending licensing PDU (message type 0x%02x)\n", LICENCE_TAG_PRESENT)); + DEBUG(("Sending licensing PDU (message type 0x%02x)\n", LICENCE_TAG_LICENCE_INFO)); #endif licence_info(null_data, null_data, licence_data, licence_size, hwid, signature); @@ -179,7 +179,7 @@ licence_process_request(STREAM s) } #if WITH_DEBUG - DEBUG(("Sending licensing PDU (message type 0x%02x)\n", LICENCE_TAG_REQUEST)); + DEBUG(("Sending licensing PDU (message type 0x%02x)\n", LICENCE_TAG_NEW_LICENCE_REQUEST)); #endif licence_send_new_licence_request(null_data, null_data, g_username, g_hostname); }