Navigation



Ignore:
Timestamp:
Mar 15, 2013, 2:14:35 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR
(as far as sed could find them)
with manual fixing afterwards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/dbg_interactive.c

    r740 r974  
    6161        CHECK_FCT_DO(fd_core_waitstartcomplete(), goto end);
    6262       
    63         fd_log_debug("\nStarting interactive python interpreter [experimental].\n");
    64         if (!arg)
    65                 fd_log_debug("Example syntax:\n   >>> print cvar.fd_g_config.cnf_diamid\n   '%s'\n", fd_g_config->cnf_diamid);
     63        fd_log_debug("Starting interactive python interpreter [experimental].");
     64        if (!arg) {
     65                fd_log_debug("Example syntax:");
     66                fd_log_debug("   >>> print cvar.fd_g_config.cnf_diamid");
     67                fd_log_debug("   '%s'", fd_g_config->cnf_diamid);
     68        }
    6669        Py_Main(arg ? 2 : 1, dum);
    6770       
Note: See TracChangeset for help on using the changeset viewer.