[Click] Bug on CVS's todevice.cc

José María González chema at cs.berkeley.edu
Tue Apr 5 21:14:58 EDT 2005


There's a wrong click_chatter(). I include the patch. 

-Chema


-------------- next part --------------
Index: elements/userlevel/todevice.cc
===================================================================
RCS file: /cvs/click/release/one/elements/userlevel/todevice.cc,v
retrieving revision 1.49
diff -r1.49 todevice.cc
234,237c234,235
<     click_chatter("%s %{element} %s at %s\n",
< 		  this,
< 		  __func__,
< 		  Timestamp::now().unparse().cc());
---
>     click_chatter("%s %{element}::%s\n",
> 		  Timestamp::now().unparse().cc(), this, __func__);


More information about the click mailing list