Skip to content
Snippets Groups Projects
Commit 1c0ce15d authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

diagnostics

parent 52c33143
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ tmp
*.swp
do_verify.sh
typescript
@*
......@@ -151,6 +151,7 @@ print __LINE__, " scan_dir: quick=[$quick]\n";
unless (defined ($n))
{
print "ATTN: parsing [$fp] returned undefined note!\n";
print "caller: ", join (' ', caller()), "\n";
next NOTE;
}
# print "n: ", main::Dumper ($n);
......
......@@ -185,7 +185,7 @@ sub parse
if (ref ($c) eq 'Tomboy::Note::Simple') { $note= $c; }
elsif (ref ($c) eq '')
{
# print "create new c=[$c]\n";
print "create new c=[$c] fnm=[$fnm]\n";
$note= new Tomboy::Note::Simple;
}
else
......@@ -203,6 +203,7 @@ sub parse
if ($@)
{
print "parsefile failed fnm=[$fnm]:\n", $@, "\n";
print "caller: ", join (' ', caller()), "\n";
return undef;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment