~ubuntu-branches/ubuntu/raring/ibutils/raring-proposed

« back to all changes in this revision

Viewing changes to ibis/src/ibis.i

  • Committer: Package Import Robot
  • Author(s): Roland Dreier
  • Date: 2012-12-03 11:45:32 UTC
  • Revision ID: package-import@ubuntu.com-20121203114532-zz0zk41tw0hzdy7w
Tags: 1.5.7-1
* Acknowledge NMU. (Closes: #690603)
* Convert to minimized rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
362
362
  }
363
363
 
364
364
  int ibis_puts( osm_log_level_t verbosity, char *msg) {
365
 
         osm_log(&(IbisObj.log), verbosity, msg );
 
365
         osm_log(&(IbisObj.log), verbosity, "%s", msg );
366
366
         return TCL_OK;
367
367
  }
368
368