Skip to content

Commit 10c992d

Browse files
committed
note origin of dbFindRecord failed
1 parent f8166d8 commit 10c992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asApp/src/dbrestore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ int reboot_restore(char *filename, initHookState init_state)
954954

955955
found_field = 1;
956956
if ((status = dbFindRecord(pdbentry, realName)) != 0) {
957-
errlogPrintf("dbFindRecord for '%s' failed\n", PVname);
957+
errlogPrintf("dbrestore:reboot_restore: dbFindRecord for '%s' failed\n", PVname);
958958
num_errors++;
959959
found_field = 0;
960960
} else if (dbFoundField(pdbentry) == 0) {

0 commit comments

Comments
 (0)