diff --git a/src/evolution/evolution_split.c b/src/evolution/evolution_split.c
index 4682c1f8d44005dc6201d17f4aae7d4cb2547a52..0c934cfd81514a2b1a9460823d9ab99259e83d38 100644
--- a/src/evolution/evolution_split.c
+++ b/src/evolution/evolution_split.c
@@ -125,7 +125,7 @@ int evolution_split(struct stardata_t * RESTRICT const stardata,
                  * Check if we need to rerun from a previous
                  * splitpoint
                  */
-                SDEBUG("SPLIT status is evolution_break : currently working on split-info struct %d at %p, of which count = %d\n",
+                SDEBUG("SPLIT status is evolution_break : currently working on spliti-nfo struct %d at %p, of which count = %d\n",
                        stardata->preferences->current_splitdepth-1,
                        (void*)p,
                        p->count);
@@ -218,7 +218,7 @@ int evolution_split(struct stardata_t * RESTRICT const stardata,
                     = stardata->preferences->splitinfo[stardata->preferences->current_splitdepth]
                     = Malloc(sizeof(struct splitinfo_t));
 
-                SDEBUG("malloced new split-info struct at %p\n",(void*)p);
+                SDEBUG("malloced new spliti-nfo struct at %p\n",(void*)p);
 
                 p->depth = stardata->preferences->current_splitdepth;
 
diff --git a/src/nucsyn/nucsyn_hbb.c b/src/nucsyn/nucsyn_hbb.c
index 2a9bf9e55e5a2289fc6240d5cfe63d594fd4667b..b15649e2b5ae9ce51231ec7b506ad13756b3561c 100644
--- a/src/nucsyn/nucsyn_hbb.c
+++ b/src/nucsyn/nucsyn_hbb.c
@@ -42,7 +42,7 @@ void nucsyn_hbb(const double T, /* (log10) temperature */
     const double timemax = 100;
     double time = 0.0;
     double dtime = timemax/100.0;
-    double logtemp = log10(1e9);
+    double logtemp = log10(3e8);
 
     while(time < timemax)
     {