Skip to content

Commit

Permalink
Use cases in der Dokumentation vervollständigt
Browse files Browse the repository at this point in the history
  • Loading branch information
drolbr committed May 3, 2009
1 parent 517da97 commit d951340
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 8 deletions.
4 changes: 3 additions & 1 deletion add_rule.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ int main(int argc, char *argv[])
temp<<"')";
mysql_query(mysql, temp.str().c_str());

set_debug_mode(VERBOSE);
temp.str("");
temp<<"Rule '"<<rule_name<<"' successfully updated.";
temp<<"Rule '"<<rule_name<<"' successfully added with version "
<<body_id<<".";
runtime_remark(temp.str(), cout);

set_rule(body_id, rule_name);
Expand Down
Loading

0 comments on commit d951340

Please sign in to comment.