Further improvement of error message im 'meas'

This commit is contained in:
Holger Vogt 2020-01-05 09:56:00 +01:00
parent 13c5fd15b9
commit 3f5f3afabf
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ com_meas(wordlist *wl)
wl_index = wl_index->wl_next;
if (wl_index == NULL) {
line_in = wl_flatten(wl);
fprintf(stderr, "\nError: meas %s failed!\n\n", line_in);
fprintf(stderr, "\nError: meas failed due to missing token in \n meas %s \n\n", line_in);
tfree(line_in);
return;
}