[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request dnschneid#1437 from DennisLfromGA/patch-1
Browse files Browse the repository at this point in the history
src/fbserver.c - log invalid signatures
  • Loading branch information
dnschneid committed Feb 26, 2015
2 parents e61516a + 295d91f commit 060367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fbserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ struct cache_entry* find_shm(uint64_t paddr, uint64_t sig, size_t length) {
if (*((uint64_t*)entry->map) == sig)
return entry;

error("Invalid signature, fetching new shm!");
log(1, "Invalid signature, fetching new shm!");
close_mmap(entry);
}

Expand Down

0 comments on commit 060367f

Please sign in to comment.