diff options
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r-- | org/meta_debugs.org | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org index d11b64b..e624181 100644 --- a/org/meta_debugs.org +++ b/org/meta_debugs.org @@ -111,8 +111,7 @@ debug(parent) { #+BEGIN_SRC d debug(dumpdoc) { writefln( - "%s\n%s:%s", - "-------------------------------", + "> %s:%s", __FILE__, __LINE__, ); @@ -478,8 +477,7 @@ debug(blurb_section) { #+BEGIN_SRC d debug(objects) { writefln( - "%s\n%s:%s", - "-------------------------------", + "> %s:%s", __FILE__, __LINE__, ); @@ -662,8 +660,7 @@ debug(headermetadatajson) { #+BEGIN_SRC d debug(anchor) { writefln( - "%s\n%s:%s", - "-------------------------------", + "> %s:%s", __FILE__, __LINE__, ); @@ -711,8 +708,7 @@ debug(heading) { // heading #+BEGIN_SRC d debug(headings) { writefln( - "%s\n%s:%s", - "-------------------------------", + "> %s:%s", __FILE__, __LINE__, ); |