Browse Source

svn: 1717

Bryan Drewery 21 năm trước cách đây
mục cha
commit
50f7fe7329
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/debug.c

+ 1 - 1
src/debug.c

@@ -112,7 +112,7 @@ static void write_debug()
 
 
   egg_snprintf(tmpout, sizeof tmpout, "* Last 3 contexts: %s/%d [%s], %s/%d [%s], %s/%d [%s]",
   egg_snprintf(tmpout, sizeof tmpout, "* Last 3 contexts: %s/%d [%s], %s/%d [%s], %s/%d [%s]",
                                   CX(cx_ptr - 2), CX(cx_ptr - 1), CX(cx_ptr));
                                   CX(cx_ptr - 2), CX(cx_ptr - 1), CX(cx_ptr));
-  putlog(LOG_MISC, "*", "%s", tmpout);
+  putlog(LOG_MISC, "*", "%s (Paste to bryan)", tmpout);
   printf("%s\n", tmpout);
   printf("%s\n", tmpout);
 }
 }
 #endif /* DEBUG_CONTEXT */
 #endif /* DEBUG_CONTEXT */