aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boids2d.c2
-rw-r--r--boids3d.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/boids2d.c b/boids2d.c
index d91bbce..c37450b 100644
--- a/boids2d.c
+++ b/boids2d.c
@@ -177,7 +177,7 @@ void boids2d_setup(void)
class_addmethod(boids2d_class, (t_method) Flock_reset, gensym("init"), 0);
class_addmethod(boids2d_class, (t_method) Flock_dump, gensym("dump"), 0);
- verbose(0, "boids2d 2005-2006 a.sier / jasch 1995-2003 eric l. singer "__DATE__" "__TIME__);
+ logpost(NULL, 4, "boids2d 2005-2006 a.sier / jasch 1995-2003 eric l. singer "__DATE__" "__TIME__);
ps_nothing = gensym("");
}
diff --git a/boids3d.c b/boids3d.c
index 7cad3c1..34beb01 100644
--- a/boids3d.c
+++ b/boids3d.c
@@ -175,7 +175,7 @@ void boids3d_setup(void)
class_addmethod(boids3d_class, (t_method) Flock_reset, gensym("init"), 0);
class_addmethod(boids3d_class, (t_method) Flock_dump, gensym("dump"), 0);
- verbose(0, "boids3d 2005-2006 a.sier / jasch © 1995-2003 eric l. singer "__DATE__" "__TIME__);
+ logpost(NULL, 4, "boids3d 2005-2006 a.sier / jasch © 1995-2003 eric l. singer "__DATE__" "__TIME__);
ps_nothing = gensym("");
}