Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r39a531d rf809cad  
    490490              "\n"
    491491              "SEE ALSO: aaway, zaway"),
     492
     493  OWLCMD_VOID("flush-logs", owl_command_flushlogs, OWL_CTX_ANY,
     494               "flush the queue of messages waiting to be logged",
     495               "",
     496               "If BarnOwl failed to log a file, this command tells\n"
     497               "BarnOwl to try logging the messages that have since\n"
     498               "come in, and to resume logging normally."),
    492499
    493500  OWLCMD_ARGS("load-subs", owl_command_loadsubs, OWL_CTX_ANY,
     
    14361443{
    14371444  owl_function_unsuball();
     1445}
     1446
     1447void owl_command_flushlogs(void)
     1448{
     1449  owl_log_flush_logs();
    14381450}
    14391451
Note: See TracChangeset for help on using the changeset viewer.