Skip to content

Commit

Permalink
Added debug statement for h5ai support investigation
Browse files Browse the repository at this point in the history
Started work related to resolving
#107
  • Loading branch information
fangfufu committed Nov 7, 2022
1 parent e6b5688 commit 887adcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ static void HTML_to_LinkTable(GumboNode *node, LinkTable *linktbl)
/*
* if it is valid, copy the link onto the heap
*/
printf("HTML_to_LinkTable: %s\n", href->value);
LinkType type = linkname_to_LinkType(href->value);
/*
* We also check if the link being added is the same as the last link.
Expand Down
2 changes: 1 addition & 1 deletion src/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef enum {
/**
* \brief The default log level
*/
#define DEFAULT_LOG_LEVEL fatal | error | warning | info
#define DEFAULT_LOG_LEVEL fatal | error | warning | info | debug

/**
* \brief Get the log level from the environment.
Expand Down

0 comments on commit 887adcc

Please sign in to comment.