From: hadaq Date: Fri, 19 Nov 2010 19:35:07 +0000 (+0000) Subject: update debug msg X-Git-Tag: v6.0~173 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=489a7d24564d85fcad3a1b6fe92defb3a7514b16;p=trbnettools.git update debug msg --- diff --git a/trbrich/trbrichcmd.c b/trbrich/trbrichcmd.c index f775c17..0bdccca 100644 --- a/trbrich/trbrichcmd.c +++ b/trbrich/trbrichcmd.c @@ -15,7 +15,7 @@ static const uint16_t BroadCastRich = 0xfffb; -static const char trbrichcmd_version[] = "$Revision: 1.12 $"; +static const char trbrichcmd_version[] = "$Revision: 1.13 $"; static const uint16_t adcm_uid_register = 0xc000; @@ -101,14 +101,14 @@ int main(int argc, char** argv) } if (trb_register_write(trb_address, adcm_uid_register, 0) == -1) { - trb_error("Error read temperature"); + trb_error("Error read uid"); exit(EXIT_FAILURE); } status = trb_register_read_mem(trb_address, adcm_uid_register, 0, 64, buffer, BUFFER_SIZE); if (status == -1) { - trb_error("Error read temperature"); + trb_error("Error read uid"); exit(EXIT_FAILURE); }