summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cad67e6)
raw | patch | inline | side by side (parent: cad67e6)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 17 Nov 2007 17:41:46 +0000 (18:41 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 20 Nov 2007 08:04:43 +0000 (09:04 +0100) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c | patch | blob | history |
diff --git a/src/perl.c b/src/perl.c
index 05e4b522d9c8c9fc7744b2ed6ea00effd5d463b7..cced76bbe4f156671068167f0e74dc6e06266846 100644 (file)
--- a/src/perl.c
+++ b/src/perl.c
aTHX = t->interp;
}
- log_debug ("perl_init: c_ithread: interp = %p (active threads: %i)\n",
+ log_debug ("perl_init: c_ithread: interp = %p (active threads: %i)",
aTHX, perl_threads->number_of_threads);
return pplugin_call_all (aTHX_ PLUGIN_INIT);
} /* static int perl_init (void) */
aTHX = t->interp;
}
- log_debug ("perl_read: c_ithread: interp = %p (active threads: %i)\n",
+ log_debug ("perl_read: c_ithread: interp = %p (active threads: %i)",
aTHX, perl_threads->number_of_threads);
return pplugin_call_all (aTHX_ PLUGIN_READ);
} /* static int perl_read (void) */
aTHX = t->interp;
}
- log_debug ("perl_write: c_ithread: interp = %p (active threads: %i)\n",
+ log_debug ("perl_write: c_ithread: interp = %p (active threads: %i)",
aTHX, perl_threads->number_of_threads);
return pplugin_call_all (aTHX_ PLUGIN_WRITE, ds, vl);
} /* static int perl_write (const data_set_t *, const value_list_t *) */
aTHX = t->interp;
}
- log_debug ("perl_shutdown: c_ithread: interp = %p (active threads: %i)\n",
+ log_debug ("perl_shutdown: c_ithread: interp = %p (active threads: %i)",
aTHX, perl_threads->number_of_threads);
plugin_unregister_log ("perl");