Fixed print name.
This commit is contained in:
@@ -208,7 +208,7 @@ static void Init_DataLink(
|
|||||||
if (bbmd_address) {
|
if (bbmd_address) {
|
||||||
struct in_addr addr;
|
struct in_addr addr;
|
||||||
addr.s_addr = bbmd_address;
|
addr.s_addr = bbmd_address;
|
||||||
printf("WhoIs: Registering with BBMD at %s:%ld for %ld seconds\n",
|
printf("ReadProperty: Registering with BBMD at %s:%ld for %ld seconds\n",
|
||||||
inet_ntoa(addr), bbmd_port, bbmd_timetolive_seconds);
|
inet_ntoa(addr), bbmd_port, bbmd_timetolive_seconds);
|
||||||
bvlc_register_with_bbmd(bbmd_address, bbmd_port,
|
bvlc_register_with_bbmd(bbmd_address, bbmd_port,
|
||||||
bbmd_timetolive_seconds);
|
bbmd_timetolive_seconds);
|
||||||
|
|||||||
Reference in New Issue
Block a user