fix: descriptive logs

This commit is contained in:
hakan-demirli 2024-02-02 02:39:04 +03:00
parent c1d3288654
commit 7dbe288d6f
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ int main(int argc, char **argv)
read_history(yosys_history_file.c_str());
yosys_history_offset = where_history();
} else {
log("state_dir is empty. No history file will be created.");
log("Directory to put history file does not exist. If you are on Windows either $HOMEDRIVE or $HOMEPATH is empty.");
}
#endif