~ubuntu-branches/ubuntu/saucy/ibutils/saucy

« back to all changes in this revision

Viewing changes to ibis/src/ibis_wrap.c

  • 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:
3186
3186
  }
3187
3187
 
3188
3188
  int ibis_puts( osm_log_level_t verbosity, char *msg) {
3189
 
         osm_log(&(IbisObj.log), verbosity, msg );
 
3189
         osm_log(&(IbisObj.log), verbosity, "%s", msg );
3190
3190
         return TCL_OK;
3191
3191
  }
3192
3192